public static interface DescribeRuleGroupMetadataRequest.Builder extends NetworkFirewallRequest.Builder, SdkPojo, CopyableBuilder<DescribeRuleGroupMetadataRequest.Builder,DescribeRuleGroupMetadataRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeRuleGroupMetadataRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeRuleGroupMetadataRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeRuleGroupMetadataRequest.Builder |
ruleGroupArn(String ruleGroupArn)
The descriptive name of the rule group.
|
DescribeRuleGroupMetadataRequest.Builder |
ruleGroupName(String ruleGroupName)
The descriptive name of the rule group.
|
DescribeRuleGroupMetadataRequest.Builder |
type(RuleGroupType type)
Indicates whether the rule group is stateless or stateful.
|
DescribeRuleGroupMetadataRequest.Builder |
type(String type)
Indicates whether the rule group is stateless or stateful.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeRuleGroupMetadataRequest.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.
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.
DescribeRuleGroupMetadataRequest.Builder ruleGroupArn(String ruleGroupArn)
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.
ruleGroupArn - 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.
DescribeRuleGroupMetadataRequest.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.
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.
RuleGroupType,
RuleGroupTypeDescribeRuleGroupMetadataRequest.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.
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.
RuleGroupType,
RuleGroupTypeDescribeRuleGroupMetadataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeRuleGroupMetadataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.