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