public static interface PathComponent.Builder extends SdkPojo, CopyableBuilder<PathComponent.Builder,PathComponent>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPathComponent.Builder sequenceNumber(Integer sequenceNumber)
The sequence number.
sequenceNumber - The sequence number.PathComponent.Builder aclRule(AnalysisAclRule aclRule)
The network ACL rule.
aclRule - The network ACL rule.default PathComponent.Builder aclRule(Consumer<AnalysisAclRule.Builder> aclRule)
The network ACL rule.
This is a convenience that creates an instance of theAnalysisAclRule.Builder avoiding the need to
create one manually via AnalysisAclRule.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to aclRule(AnalysisAclRule).aclRule - a consumer that will call methods on AnalysisAclRule.BuilderaclRule(AnalysisAclRule)PathComponent.Builder component(AnalysisComponent component)
The component.
component - The component.default PathComponent.Builder component(Consumer<AnalysisComponent.Builder> component)
The component.
This is a convenience that creates an instance of theAnalysisComponent.Builder avoiding the need to
create one manually via AnalysisComponent.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to component(AnalysisComponent).component - a consumer that will call methods on AnalysisComponent.Buildercomponent(AnalysisComponent)PathComponent.Builder destinationVpc(AnalysisComponent destinationVpc)
The destination VPC.
destinationVpc - The destination VPC.default PathComponent.Builder destinationVpc(Consumer<AnalysisComponent.Builder> destinationVpc)
The destination VPC.
This is a convenience that creates an instance of theAnalysisComponent.Builder avoiding the need to
create one manually via AnalysisComponent.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to destinationVpc(AnalysisComponent).destinationVpc - a consumer that will call methods on AnalysisComponent.BuilderdestinationVpc(AnalysisComponent)PathComponent.Builder outboundHeader(AnalysisPacketHeader outboundHeader)
The outbound header.
outboundHeader - The outbound header.default PathComponent.Builder outboundHeader(Consumer<AnalysisPacketHeader.Builder> outboundHeader)
The outbound header.
This is a convenience that creates an instance of theAnalysisPacketHeader.Builder avoiding the need
to create one manually via AnalysisPacketHeader.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to outboundHeader(AnalysisPacketHeader).outboundHeader - a consumer that will call methods on AnalysisPacketHeader.BuilderoutboundHeader(AnalysisPacketHeader)PathComponent.Builder inboundHeader(AnalysisPacketHeader inboundHeader)
The inbound header.
inboundHeader - The inbound header.default PathComponent.Builder inboundHeader(Consumer<AnalysisPacketHeader.Builder> inboundHeader)
The inbound header.
This is a convenience that creates an instance of theAnalysisPacketHeader.Builder avoiding the need
to create one manually via AnalysisPacketHeader.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to inboundHeader(AnalysisPacketHeader).inboundHeader - a consumer that will call methods on AnalysisPacketHeader.BuilderinboundHeader(AnalysisPacketHeader)PathComponent.Builder routeTableRoute(AnalysisRouteTableRoute routeTableRoute)
The route table route.
routeTableRoute - The route table route.default PathComponent.Builder routeTableRoute(Consumer<AnalysisRouteTableRoute.Builder> routeTableRoute)
The route table route.
This is a convenience that creates an instance of theAnalysisRouteTableRoute.Builder avoiding the
need to create one manually via AnalysisRouteTableRoute.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to routeTableRoute(AnalysisRouteTableRoute).routeTableRoute - a consumer that will call methods on AnalysisRouteTableRoute.BuilderrouteTableRoute(AnalysisRouteTableRoute)PathComponent.Builder securityGroupRule(AnalysisSecurityGroupRule securityGroupRule)
The security group rule.
securityGroupRule - The security group rule.default PathComponent.Builder securityGroupRule(Consumer<AnalysisSecurityGroupRule.Builder> securityGroupRule)
The security group rule.
This is a convenience that creates an instance of theAnalysisSecurityGroupRule.Builder avoiding the
need to create one manually via AnalysisSecurityGroupRule.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to securityGroupRule(AnalysisSecurityGroupRule).securityGroupRule - a consumer that will call methods on AnalysisSecurityGroupRule.BuildersecurityGroupRule(AnalysisSecurityGroupRule)PathComponent.Builder sourceVpc(AnalysisComponent sourceVpc)
The source VPC.
sourceVpc - The source VPC.default PathComponent.Builder sourceVpc(Consumer<AnalysisComponent.Builder> sourceVpc)
The source VPC.
This is a convenience that creates an instance of theAnalysisComponent.Builder avoiding the need to
create one manually via AnalysisComponent.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to sourceVpc(AnalysisComponent).sourceVpc - a consumer that will call methods on AnalysisComponent.BuildersourceVpc(AnalysisComponent)PathComponent.Builder subnet(AnalysisComponent subnet)
The subnet.
subnet - The subnet.default PathComponent.Builder subnet(Consumer<AnalysisComponent.Builder> subnet)
The subnet.
This is a convenience that creates an instance of theAnalysisComponent.Builder avoiding the need to
create one manually via AnalysisComponent.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to subnet(AnalysisComponent).subnet - a consumer that will call methods on AnalysisComponent.Buildersubnet(AnalysisComponent)PathComponent.Builder vpc(AnalysisComponent vpc)
The component VPC.
vpc - The component VPC.default PathComponent.Builder vpc(Consumer<AnalysisComponent.Builder> vpc)
The component VPC.
This is a convenience that creates an instance of theAnalysisComponent.Builder avoiding the need to
create one manually via AnalysisComponent.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to vpc(AnalysisComponent).vpc - a consumer that will call methods on AnalysisComponent.Buildervpc(AnalysisComponent)Copyright © 2021. All rights reserved.