Uses of Interface
software.amazon.awssdk.services.ec2.model.PathComponent.Builder
Packages that use PathComponent.Builder
-
Uses of PathComponent.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PathComponent.BuilderModifier and TypeMethodDescriptiondefault PathComponent.BuilderPathComponent.Builder.aclRule(Consumer<AnalysisAclRule.Builder> aclRule) The network ACL rule.PathComponent.Builder.aclRule(AnalysisAclRule aclRule) The network ACL rule.PathComponent.Builder.additionalDetails(Collection<AdditionalDetail> additionalDetails) The additional details.PathComponent.Builder.additionalDetails(Consumer<AdditionalDetail.Builder>... additionalDetails) The additional details.PathComponent.Builder.additionalDetails(AdditionalDetail... additionalDetails) The additional details.default PathComponent.BuilderPathComponent.Builder.attachedTo(Consumer<AnalysisComponent.Builder> attachedTo) The resource to which the path component is attached.PathComponent.Builder.attachedTo(AnalysisComponent attachedTo) The resource to which the path component is attached.static PathComponent.BuilderPathComponent.builder()default PathComponent.BuilderPathComponent.Builder.component(Consumer<AnalysisComponent.Builder> component) The component.PathComponent.Builder.component(AnalysisComponent component) The component.default PathComponent.BuilderPathComponent.Builder.destinationVpc(Consumer<AnalysisComponent.Builder> destinationVpc) The destination VPC.PathComponent.Builder.destinationVpc(AnalysisComponent destinationVpc) The destination VPC.default PathComponent.BuilderPathComponent.Builder.elasticLoadBalancerListener(Consumer<AnalysisComponent.Builder> elasticLoadBalancerListener) The load balancer listener.PathComponent.Builder.elasticLoadBalancerListener(AnalysisComponent elasticLoadBalancerListener) The load balancer listener.PathComponent.Builder.explanations(Collection<Explanation> explanations) The explanation codes.PathComponent.Builder.explanations(Consumer<Explanation.Builder>... explanations) The explanation codes.PathComponent.Builder.explanations(Explanation... explanations) The explanation codes.default PathComponent.BuilderPathComponent.Builder.firewallStatefulRule(Consumer<FirewallStatefulRule.Builder> firewallStatefulRule) The Network Firewall stateful rule.PathComponent.Builder.firewallStatefulRule(FirewallStatefulRule firewallStatefulRule) The Network Firewall stateful rule.default PathComponent.BuilderPathComponent.Builder.firewallStatelessRule(Consumer<FirewallStatelessRule.Builder> firewallStatelessRule) The Network Firewall stateless rule.PathComponent.Builder.firewallStatelessRule(FirewallStatelessRule firewallStatelessRule) The Network Firewall stateless rule.default PathComponent.BuilderPathComponent.Builder.inboundHeader(Consumer<AnalysisPacketHeader.Builder> inboundHeader) The inbound header.PathComponent.Builder.inboundHeader(AnalysisPacketHeader inboundHeader) The inbound header.default PathComponent.BuilderPathComponent.Builder.outboundHeader(Consumer<AnalysisPacketHeader.Builder> outboundHeader) The outbound header.PathComponent.Builder.outboundHeader(AnalysisPacketHeader outboundHeader) The outbound header.default PathComponent.BuilderPathComponent.Builder.routeTableRoute(Consumer<AnalysisRouteTableRoute.Builder> routeTableRoute) The route table route.PathComponent.Builder.routeTableRoute(AnalysisRouteTableRoute routeTableRoute) The route table route.default PathComponent.BuilderPathComponent.Builder.securityGroupRule(Consumer<AnalysisSecurityGroupRule.Builder> securityGroupRule) The security group rule.PathComponent.Builder.securityGroupRule(AnalysisSecurityGroupRule securityGroupRule) The security group rule.PathComponent.Builder.sequenceNumber(Integer sequenceNumber) The sequence number.PathComponent.Builder.serviceName(String serviceName) The name of the VPC endpoint service.default PathComponent.BuilderPathComponent.Builder.sourceVpc(Consumer<AnalysisComponent.Builder> sourceVpc) The source VPC.PathComponent.Builder.sourceVpc(AnalysisComponent sourceVpc) The source VPC.default PathComponent.BuilderPathComponent.Builder.subnet(Consumer<AnalysisComponent.Builder> subnet) The subnet.PathComponent.Builder.subnet(AnalysisComponent subnet) The subnet.PathComponent.toBuilder()default PathComponent.BuilderPathComponent.Builder.transitGateway(Consumer<AnalysisComponent.Builder> transitGateway) The transit gateway.PathComponent.Builder.transitGateway(AnalysisComponent transitGateway) The transit gateway.default PathComponent.BuilderPathComponent.Builder.transitGatewayRouteTableRoute(Consumer<TransitGatewayRouteTableRoute.Builder> transitGatewayRouteTableRoute) The route in a transit gateway route table.PathComponent.Builder.transitGatewayRouteTableRoute(TransitGatewayRouteTableRoute transitGatewayRouteTableRoute) The route in a transit gateway route table.default PathComponent.BuilderPathComponent.Builder.vpc(Consumer<AnalysisComponent.Builder> vpc) The component VPC.PathComponent.Builder.vpc(AnalysisComponent vpc) The component VPC.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PathComponent.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PathComponent.Builder>PathComponent.serializableBuilderClass()