Package com.pulumi.aws.ec2.outputs
Class NetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange.Builder
- java.lang.Object
-
- com.pulumi.aws.ec2.outputs.NetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange.Builder
-
public static final class NetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(NetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange
build()
NetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange.Builder
from(java.lang.Integer from)
NetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange.Builder
to(java.lang.Integer to)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(NetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange defaults)
-
-
Method Detail
-
from
public NetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange.Builder from(@Nullable java.lang.Integer from)
-
to
public NetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange.Builder to(@Nullable java.lang.Integer to)
-
build
public NetworkInsightsAnalysisForwardPathComponentInboundHeaderDestinationPortRange build()
-
-