Package com.pulumi.aws.ec2.outputs
Class GetNetworkInsightsAnalysisForwardPathComponent.Builder
- java.lang.Object
-
- com.pulumi.aws.ec2.outputs.GetNetworkInsightsAnalysisForwardPathComponent.Builder
-
- Enclosing class:
- GetNetworkInsightsAnalysisForwardPathComponent
public static final class GetNetworkInsightsAnalysisForwardPathComponent.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetNetworkInsightsAnalysisForwardPathComponent defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetNetworkInsightsAnalysisForwardPathComponent defaults)
-
-
Method Detail
-
aclRules
public GetNetworkInsightsAnalysisForwardPathComponent.Builder aclRules(java.util.List<GetNetworkInsightsAnalysisForwardPathComponentAclRule> aclRules)
-
aclRules
public GetNetworkInsightsAnalysisForwardPathComponent.Builder aclRules(GetNetworkInsightsAnalysisForwardPathComponentAclRule... aclRules)
-
additionalDetails
public GetNetworkInsightsAnalysisForwardPathComponent.Builder additionalDetails(java.util.List<GetNetworkInsightsAnalysisForwardPathComponentAdditionalDetail> additionalDetails)
-
additionalDetails
public GetNetworkInsightsAnalysisForwardPathComponent.Builder additionalDetails(GetNetworkInsightsAnalysisForwardPathComponentAdditionalDetail... additionalDetails)
-
attachedTos
public GetNetworkInsightsAnalysisForwardPathComponent.Builder attachedTos(java.util.List<GetNetworkInsightsAnalysisForwardPathComponentAttachedTo> attachedTos)
-
attachedTos
public GetNetworkInsightsAnalysisForwardPathComponent.Builder attachedTos(GetNetworkInsightsAnalysisForwardPathComponentAttachedTo... attachedTos)
-
components
public GetNetworkInsightsAnalysisForwardPathComponent.Builder components(java.util.List<GetNetworkInsightsAnalysisForwardPathComponentComponent> components)
-
components
public GetNetworkInsightsAnalysisForwardPathComponent.Builder components(GetNetworkInsightsAnalysisForwardPathComponentComponent... components)
-
destinationVpcs
public GetNetworkInsightsAnalysisForwardPathComponent.Builder destinationVpcs(java.util.List<GetNetworkInsightsAnalysisForwardPathComponentDestinationVpc> destinationVpcs)
-
destinationVpcs
public GetNetworkInsightsAnalysisForwardPathComponent.Builder destinationVpcs(GetNetworkInsightsAnalysisForwardPathComponentDestinationVpc... destinationVpcs)
-
inboundHeaders
public GetNetworkInsightsAnalysisForwardPathComponent.Builder inboundHeaders(java.util.List<GetNetworkInsightsAnalysisForwardPathComponentInboundHeader> inboundHeaders)
-
inboundHeaders
public GetNetworkInsightsAnalysisForwardPathComponent.Builder inboundHeaders(GetNetworkInsightsAnalysisForwardPathComponentInboundHeader... inboundHeaders)
-
outboundHeaders
public GetNetworkInsightsAnalysisForwardPathComponent.Builder outboundHeaders(java.util.List<GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader> outboundHeaders)
-
outboundHeaders
public GetNetworkInsightsAnalysisForwardPathComponent.Builder outboundHeaders(GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader... outboundHeaders)
-
routeTableRoutes
public GetNetworkInsightsAnalysisForwardPathComponent.Builder routeTableRoutes(java.util.List<GetNetworkInsightsAnalysisForwardPathComponentRouteTableRoute> routeTableRoutes)
-
routeTableRoutes
public GetNetworkInsightsAnalysisForwardPathComponent.Builder routeTableRoutes(GetNetworkInsightsAnalysisForwardPathComponentRouteTableRoute... routeTableRoutes)
-
securityGroupRules
public GetNetworkInsightsAnalysisForwardPathComponent.Builder securityGroupRules(java.util.List<GetNetworkInsightsAnalysisForwardPathComponentSecurityGroupRule> securityGroupRules)
-
securityGroupRules
public GetNetworkInsightsAnalysisForwardPathComponent.Builder securityGroupRules(GetNetworkInsightsAnalysisForwardPathComponentSecurityGroupRule... securityGroupRules)
-
sequenceNumber
public GetNetworkInsightsAnalysisForwardPathComponent.Builder sequenceNumber(java.lang.Integer sequenceNumber)
-
sourceVpcs
public GetNetworkInsightsAnalysisForwardPathComponent.Builder sourceVpcs(java.util.List<GetNetworkInsightsAnalysisForwardPathComponentSourceVpc> sourceVpcs)
-
sourceVpcs
public GetNetworkInsightsAnalysisForwardPathComponent.Builder sourceVpcs(GetNetworkInsightsAnalysisForwardPathComponentSourceVpc... sourceVpcs)
-
subnets
public GetNetworkInsightsAnalysisForwardPathComponent.Builder subnets(java.util.List<GetNetworkInsightsAnalysisForwardPathComponentSubnet> subnets)
-
subnets
public GetNetworkInsightsAnalysisForwardPathComponent.Builder subnets(GetNetworkInsightsAnalysisForwardPathComponentSubnet... subnets)
-
transitGatewayRouteTableRoutes
public GetNetworkInsightsAnalysisForwardPathComponent.Builder transitGatewayRouteTableRoutes(java.util.List<GetNetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute> transitGatewayRouteTableRoutes)
-
transitGatewayRouteTableRoutes
public GetNetworkInsightsAnalysisForwardPathComponent.Builder transitGatewayRouteTableRoutes(GetNetworkInsightsAnalysisForwardPathComponentTransitGatewayRouteTableRoute... transitGatewayRouteTableRoutes)
-
transitGateways
public GetNetworkInsightsAnalysisForwardPathComponent.Builder transitGateways(java.util.List<GetNetworkInsightsAnalysisForwardPathComponentTransitGateway> transitGateways)
-
transitGateways
public GetNetworkInsightsAnalysisForwardPathComponent.Builder transitGateways(GetNetworkInsightsAnalysisForwardPathComponentTransitGateway... transitGateways)
-
vpcs
public GetNetworkInsightsAnalysisForwardPathComponent.Builder vpcs(java.util.List<GetNetworkInsightsAnalysisForwardPathComponentVpc> vpcs)
-
vpcs
public GetNetworkInsightsAnalysisForwardPathComponent.Builder vpcs(GetNetworkInsightsAnalysisForwardPathComponentVpc... vpcs)
-
build
public GetNetworkInsightsAnalysisForwardPathComponent build()
-
-