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