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