public static interface DescribeRuleGroupMetadataResponse.Builder extends NetworkFirewallResponse.Builder, SdkPojo, CopyableBuilder<DescribeRuleGroupMetadataResponse.Builder,DescribeRuleGroupMetadataResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeRuleGroupMetadataResponse.Builder |
capacity(Integer capacity)
The maximum operating resources that this rule group can use.
|
DescribeRuleGroupMetadataResponse.Builder |
description(String description)
Returns the metadata objects for the specified rule group.
|
DescribeRuleGroupMetadataResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The last time that the rule group was changed.
|
DescribeRuleGroupMetadataResponse.Builder |
ruleGroupArn(String ruleGroupArn)
The descriptive name of the rule group.
|
DescribeRuleGroupMetadataResponse.Builder |
ruleGroupName(String ruleGroupName)
The descriptive name of the rule group.
|
default DescribeRuleGroupMetadataResponse.Builder |
statefulRuleOptions(Consumer<StatefulRuleOptions.Builder> statefulRuleOptions)
Sets the value of the StatefulRuleOptions property for this object.
|
DescribeRuleGroupMetadataResponse.Builder |
statefulRuleOptions(StatefulRuleOptions statefulRuleOptions)
Sets the value of the StatefulRuleOptions property for this object.
|
DescribeRuleGroupMetadataResponse.Builder |
type(RuleGroupType type)
Indicates whether the rule group is stateless or stateful.
|
DescribeRuleGroupMetadataResponse.Builder |
type(String type)
Indicates whether the rule group is stateless or stateful.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeRuleGroupMetadataResponse.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.
DescribeRuleGroupMetadataResponse.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.
DescribeRuleGroupMetadataResponse.Builder description(String description)
Returns the metadata objects for the specified rule group.
description - Returns the metadata objects for the specified rule group.DescribeRuleGroupMetadataResponse.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,
RuleGroupTypeDescribeRuleGroupMetadataResponse.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,
RuleGroupTypeDescribeRuleGroupMetadataResponse.Builder capacity(Integer capacity)
The maximum operating resources that this rule group can use. Rule group capacity is fixed at creation. When you update a rule group, you are limited to this capacity. When you reference a rule group from a firewall policy, Network Firewall reserves this capacity for the rule group.
You can retrieve the capacity that would be required for a rule group before you create the rule group by
calling CreateRuleGroup with DryRun set to TRUE.
capacity - The maximum operating resources that this rule group can use. Rule group capacity is fixed at
creation. When you update a rule group, you are limited to this capacity. When you reference a rule
group from a firewall policy, Network Firewall reserves this capacity for the rule group.
You can retrieve the capacity that would be required for a rule group before you create the rule group
by calling CreateRuleGroup with DryRun set to TRUE.
DescribeRuleGroupMetadataResponse.Builder statefulRuleOptions(StatefulRuleOptions statefulRuleOptions)
statefulRuleOptions - The new value for the StatefulRuleOptions property for this object.default DescribeRuleGroupMetadataResponse.Builder statefulRuleOptions(Consumer<StatefulRuleOptions.Builder> statefulRuleOptions)
StatefulRuleOptions.Builder avoiding the
need to create one manually via StatefulRuleOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to statefulRuleOptions(StatefulRuleOptions).
statefulRuleOptions - a consumer that will call methods on StatefulRuleOptions.BuilderstatefulRuleOptions(StatefulRuleOptions)DescribeRuleGroupMetadataResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The last time that the rule group was changed.
lastModifiedTime - The last time that the rule group was changed.Copyright © 2023. All rights reserved.