Package com.pulumi.aws.ec2.outputs
Class GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader.Builder
- java.lang.Object
-
- com.pulumi.aws.ec2.outputs.GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader.Builder
-
- Enclosing class:
- GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader
public static final class GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader defaults)
-
-
Method Detail
-
destinationAddresses
public GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader.Builder destinationAddresses(java.util.List<java.lang.String> destinationAddresses)
-
destinationAddresses
public GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader.Builder destinationAddresses(java.lang.String... destinationAddresses)
-
destinationPortRanges
public GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader.Builder destinationPortRanges(java.util.List<GetNetworkInsightsAnalysisForwardPathComponentOutboundHeaderDestinationPortRange> destinationPortRanges)
-
destinationPortRanges
public GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader.Builder destinationPortRanges(GetNetworkInsightsAnalysisForwardPathComponentOutboundHeaderDestinationPortRange... destinationPortRanges)
-
protocol
public GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader.Builder protocol(java.lang.String protocol)
-
sourceAddresses
public GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader.Builder sourceAddresses(java.util.List<java.lang.String> sourceAddresses)
-
sourceAddresses
public GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader.Builder sourceAddresses(java.lang.String... sourceAddresses)
-
sourcePortRanges
public GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader.Builder sourcePortRanges(java.util.List<GetNetworkInsightsAnalysisForwardPathComponentOutboundHeaderSourcePortRange> sourcePortRanges)
-
sourcePortRanges
public GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader.Builder sourcePortRanges(GetNetworkInsightsAnalysisForwardPathComponentOutboundHeaderSourcePortRange... sourcePortRanges)
-
build
public GetNetworkInsightsAnalysisForwardPathComponentOutboundHeader build()
-
-