Interface DescribeRuleGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeRuleGroupRequest.Builder,DescribeRuleGroupRequest>,NetworkFirewallRequest.Builder,SdkBuilder<DescribeRuleGroupRequest.Builder,DescribeRuleGroupRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeRuleGroupRequest
public static interface DescribeRuleGroupRequest.Builder extends NetworkFirewallRequest.Builder, SdkPojo, CopyableBuilder<DescribeRuleGroupRequest.Builder,DescribeRuleGroupRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeRuleGroupRequest.BuilderanalyzeRuleGroup(Boolean analyzeRuleGroup)Indicates whether you want Network Firewall to analyze the stateless rules in the rule group for rule behavior such as asymmetric routing.DescribeRuleGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeRuleGroupRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeRuleGroupRequest.BuilderruleGroupArn(String ruleGroupArn)The Amazon Resource Name (ARN) of the rule group.DescribeRuleGroupRequest.BuilderruleGroupName(String ruleGroupName)The descriptive name of the rule group.DescribeRuleGroupRequest.Buildertype(String type)Indicates whether the rule group is stateless or stateful.DescribeRuleGroupRequest.Buildertype(RuleGroupType type)Indicates whether the rule group is stateless or stateful.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
ruleGroupName
DescribeRuleGroupRequest.Builder ruleGroupName(String ruleGroupName)
The descriptive name of the rule group. You can't change the name of a rule group after you create it.
You must specify the ARN or the name, and you can specify both.
- Parameters:
ruleGroupName- The descriptive name of the rule group. You can't change the name of a rule group after you create it.You must specify the ARN or the name, and you can specify both.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ruleGroupArn
DescribeRuleGroupRequest.Builder ruleGroupArn(String ruleGroupArn)
The Amazon Resource Name (ARN) of the rule group.
You must specify the ARN or the name, and you can specify both.
- Parameters:
ruleGroupArn- The Amazon Resource Name (ARN) of the rule group.You must specify the ARN or the name, and you can specify both.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
DescribeRuleGroupRequest.Builder type(String type)
Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules.
This setting is required for requests that do not include the
RuleGroupARN.- Parameters:
type- Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules.This setting is required for requests that do not include the
RuleGroupARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RuleGroupType,RuleGroupType
-
type
DescribeRuleGroupRequest.Builder type(RuleGroupType type)
Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules.
This setting is required for requests that do not include the
RuleGroupARN.- Parameters:
type- Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules.This setting is required for requests that do not include the
RuleGroupARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RuleGroupType,RuleGroupType
-
analyzeRuleGroup
DescribeRuleGroupRequest.Builder analyzeRuleGroup(Boolean analyzeRuleGroup)
Indicates whether you want Network Firewall to analyze the stateless rules in the rule group for rule behavior such as asymmetric routing. If set to
TRUE, Network Firewall runs the analysis.- Parameters:
analyzeRuleGroup- Indicates whether you want Network Firewall to analyze the stateless rules in the rule group for rule behavior such as asymmetric routing. If set toTRUE, Network Firewall runs the analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeRuleGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeRuleGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-