Package com.pulumi.aws.ec2.outputs
Class NetworkInsightsAnalysisForwardPathComponentAclRule.Builder
- java.lang.Object
-
- com.pulumi.aws.ec2.outputs.NetworkInsightsAnalysisForwardPathComponentAclRule.Builder
-
- Enclosing class:
- NetworkInsightsAnalysisForwardPathComponentAclRule
public static final class NetworkInsightsAnalysisForwardPathComponentAclRule.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(NetworkInsightsAnalysisForwardPathComponentAclRule defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NetworkInsightsAnalysisForwardPathComponentAclRule
build()
NetworkInsightsAnalysisForwardPathComponentAclRule.Builder
cidr(java.lang.String cidr)
NetworkInsightsAnalysisForwardPathComponentAclRule.Builder
egress(java.lang.Boolean egress)
NetworkInsightsAnalysisForwardPathComponentAclRule.Builder
portRanges(NetworkInsightsAnalysisForwardPathComponentAclRulePortRange... portRanges)
NetworkInsightsAnalysisForwardPathComponentAclRule.Builder
portRanges(java.util.List<NetworkInsightsAnalysisForwardPathComponentAclRulePortRange> portRanges)
NetworkInsightsAnalysisForwardPathComponentAclRule.Builder
protocol(java.lang.String protocol)
NetworkInsightsAnalysisForwardPathComponentAclRule.Builder
ruleAction(java.lang.String ruleAction)
NetworkInsightsAnalysisForwardPathComponentAclRule.Builder
ruleNumber(java.lang.Integer ruleNumber)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(NetworkInsightsAnalysisForwardPathComponentAclRule defaults)
-
-
Method Detail
-
cidr
public NetworkInsightsAnalysisForwardPathComponentAclRule.Builder cidr(@Nullable java.lang.String cidr)
-
egress
public NetworkInsightsAnalysisForwardPathComponentAclRule.Builder egress(@Nullable java.lang.Boolean egress)
-
portRanges
public NetworkInsightsAnalysisForwardPathComponentAclRule.Builder portRanges(@Nullable java.util.List<NetworkInsightsAnalysisForwardPathComponentAclRulePortRange> portRanges)
-
portRanges
public NetworkInsightsAnalysisForwardPathComponentAclRule.Builder portRanges(NetworkInsightsAnalysisForwardPathComponentAclRulePortRange... portRanges)
-
protocol
public NetworkInsightsAnalysisForwardPathComponentAclRule.Builder protocol(@Nullable java.lang.String protocol)
-
ruleAction
public NetworkInsightsAnalysisForwardPathComponentAclRule.Builder ruleAction(@Nullable java.lang.String ruleAction)
-
ruleNumber
public NetworkInsightsAnalysisForwardPathComponentAclRule.Builder ruleNumber(@Nullable java.lang.Integer ruleNumber)
-
build
public NetworkInsightsAnalysisForwardPathComponentAclRule build()
-
-