Package com.pulumi.aws.ec2.outputs
Class NetworkInsightsAnalysisForwardPathComponent.Builder
- java.lang.Object
-
- com.pulumi.aws.ec2.outputs.NetworkInsightsAnalysisForwardPathComponent.Builder
-
- Enclosing class:
- NetworkInsightsAnalysisForwardPathComponent
public static final class NetworkInsightsAnalysisForwardPathComponent.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(NetworkInsightsAnalysisForwardPathComponent defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(NetworkInsightsAnalysisForwardPathComponent defaults)
-
-
Method Detail
-
aclRules
public NetworkInsightsAnalysisForwardPathComponent.Builder aclRules(@Nullable java.util.List<NetworkInsightsAnalysisForwardPathComponentAclRule> aclRules)
-
aclRules
public NetworkInsightsAnalysisForwardPathComponent.Builder aclRules(NetworkInsightsAnalysisForwardPathComponentAclRule... aclRules)
-
additionalDetails
public NetworkInsightsAnalysisForwardPathComponent.Builder additionalDetails(@Nullable java.util.List<NetworkInsightsAnalysisForwardPathComponentAdditionalDetail> additionalDetails)
-
additionalDetails
public NetworkInsightsAnalysisForwardPathComponent.Builder additionalDetails(NetworkInsightsAnalysisForwardPathComponentAdditionalDetail... additionalDetails)
-
attachedTos
public NetworkInsightsAnalysisForwardPathComponent.Builder attachedTos(@Nullable java.util.List<NetworkInsightsAnalysisForwardPathComponentAttachedTo> attachedTos)
-
attachedTos
public NetworkInsightsAnalysisForwardPathComponent.Builder attachedTos(NetworkInsightsAnalysisForwardPathComponentAttachedTo... attachedTos)
-
components
public NetworkInsightsAnalysisForwardPathComponent.Builder components(@Nullable java.util.List<NetworkInsightsAnalysisForwardPathComponentComponent> components)
-
components
public NetworkInsightsAnalysisForwardPathComponent.Builder components(NetworkInsightsAnalysisForwardPathComponentComponent... components)
-
destinationVpcs
public NetworkInsightsAnalysisForwardPathComponent.Builder destinationVpcs(@Nullable java.util.List<NetworkInsightsAnalysisForwardPathComponentDestinationVpc> destinationVpcs)
-
destinationVpcs
public NetworkInsightsAnalysisForwardPathComponent.Builder destinationVpcs(NetworkInsightsAnalysisForwardPathComponentDestinationVpc... destinationVpcs)
-
inboundHeaders
public NetworkInsightsAnalysisForwardPathComponent.Builder inboundHeaders(@Nullable java.util.List<NetworkInsightsAnalysisForwardPathComponentInboundHeader> inboundHeaders)
-
inboundHeaders
public NetworkInsightsAnalysisForwardPathComponent.Builder inboundHeaders(NetworkInsightsAnalysisForwardPathComponentInboundHeader... inboundHeaders)
-
outboundHeaders
public NetworkInsightsAnalysisForwardPathComponent.Builder outboundHeaders(@Nullable java.util.List<NetworkInsightsAnalysisForwardPathComponentOutboundHeader> outboundHeaders)
-
outboundHeaders
public NetworkInsightsAnalysisForwardPathComponent.Builder outboundHeaders(NetworkInsightsAnalysisForwardPathComponentOutboundHeader... outboundHeaders)
-
routeTableRoutes
public NetworkInsightsAnalysisForwardPathComponent.Builder routeTableRoutes(@Nullable java.util.List<NetworkInsightsAnalysisForwardPathComponentRouteTableRoute> routeTableRoutes)
-
routeTableRoutes
public NetworkInsightsAnalysisForwardPathComponent.Builder routeTableRoutes(NetworkInsightsAnalysisForwardPathComponentRouteTableRoute... routeTableRoutes)
-
securityGroupRules
public NetworkInsightsAnalysisForwardPathComponent.Builder securityGroupRules(@Nullable java.util.List<NetworkInsightsAnalysisForwardPathComponentSecurityGroupRule> securityGroupRules)
-
securityGroupRules
public NetworkInsightsAnalysisForwardPathComponent.Builder securityGroupRules(NetworkInsightsAnalysisForwardPathComponentSecurityGroupRule... securityGroupRules)
-
sequenceNumber
public NetworkInsightsAnalysisForwardPathComponent.Builder sequenceNumber(@Nullable java.lang.Integer sequenceNumber)
-
sourceVpcs
public NetworkInsightsAnalysisForwardPathComponent.Builder sourceVpcs(@Nullable java.util.List<NetworkInsightsAnalysisForwardPathComponentSourceVpc> sourceVpcs)
-
sourceVpcs
public NetworkInsightsAnalysisForwardPathComponent.Builder sourceVpcs(NetworkInsightsAnalysisForwardPathComponentSourceVpc... sourceVpcs)
-
subnets
public NetworkInsightsAnalysisForwardPathComponent.Builder subnets(@Nullable java.util.List<NetworkInsightsAnalysisForwardPathComponentSubnet> subnets)
-
subnets
public NetworkInsightsAnalysisForwardPathComponent.Builder subnets(NetworkInsightsAnalysisForwardPathComponentSubnet... subnets)
-
transitGatewayRouteTableRoutes
public NetworkInsightsAnalysisForwardPathComponent.Builder transitGatewayRouteTableRoutes(@Nullable java.util.List<NetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute> transitGatewayRouteTableRoutes)
-
transitGatewayRouteTableRoutes
public NetworkInsightsAnalysisForwardPathComponent.Builder transitGatewayRouteTableRoutes(NetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute... transitGatewayRouteTableRoutes)
-
transitGateways
public NetworkInsightsAnalysisForwardPathComponent.Builder transitGateways(@Nullable java.util.List<NetworkInsightsAnalysisForwardPathComponentTransitGateway> transitGateways)
-
transitGateways
public NetworkInsightsAnalysisForwardPathComponent.Builder transitGateways(NetworkInsightsAnalysisForwardPathComponentTransitGateway... transitGateways)
-
vpcs
public NetworkInsightsAnalysisForwardPathComponent.Builder vpcs(@Nullable java.util.List<NetworkInsightsAnalysisForwardPathComponentVpc> vpcs)
-
vpcs
public NetworkInsightsAnalysisForwardPathComponent.Builder vpcs(NetworkInsightsAnalysisForwardPathComponentVpc... vpcs)
-
build
public NetworkInsightsAnalysisForwardPathComponent build()
-
-