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