public static interface RuleGroupResponse.Builder extends SdkPojo, CopyableBuilder<RuleGroupResponse.Builder,RuleGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
RuleGroupResponse.Builder |
capacity(Integer capacity)
The maximum operating resources that this rule group can use.
|
RuleGroupResponse.Builder |
description(String description)
A description of the rule group.
|
RuleGroupResponse.Builder |
ruleGroupArn(String ruleGroupArn)
The Amazon Resource Name (ARN) of the rule group.
|
RuleGroupResponse.Builder |
ruleGroupId(String ruleGroupId)
The unique identifier for the rule group.
|
RuleGroupResponse.Builder |
ruleGroupName(String ruleGroupName)
The descriptive name of the rule group.
|
RuleGroupResponse.Builder |
ruleGroupStatus(ResourceStatus ruleGroupStatus)
Detailed information about the current status of a rule group.
|
RuleGroupResponse.Builder |
ruleGroupStatus(String ruleGroupStatus)
Detailed information about the current status of a rule group.
|
RuleGroupResponse.Builder |
tags(Collection<Tag> tags)
The key:value pairs to associate with the resource.
|
RuleGroupResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
The key:value pairs to associate with the resource.
|
RuleGroupResponse.Builder |
tags(Tag... tags)
The key:value pairs to associate with the resource.
|
RuleGroupResponse.Builder |
type(RuleGroupType type)
Indicates whether the rule group is stateless or stateful.
|
RuleGroupResponse.Builder |
type(String type)
Indicates whether the rule group is stateless or stateful.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRuleGroupResponse.Builder ruleGroupArn(String ruleGroupArn)
The Amazon Resource Name (ARN) of the rule group.
If this response is for a create request that had DryRun set to TRUE, then this ARN
is a placeholder that isn't attached to a valid resource.
ruleGroupArn - The Amazon Resource Name (ARN) of the rule group.
If this response is for a create request that had DryRun set to TRUE, then
this ARN is a placeholder that isn't attached to a valid resource.
RuleGroupResponse.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.
ruleGroupName - The descriptive name of the rule group. You can't change the name of a rule group after you create it.RuleGroupResponse.Builder ruleGroupId(String ruleGroupId)
The unique identifier for the rule group.
ruleGroupId - The unique identifier for the rule group.RuleGroupResponse.Builder description(String description)
A description of the rule group.
description - A description of the rule group.RuleGroupResponse.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.
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.RuleGroupType,
RuleGroupTypeRuleGroupResponse.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.
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.RuleGroupType,
RuleGroupTypeRuleGroupResponse.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.
RuleGroupResponse.Builder ruleGroupStatus(String ruleGroupStatus)
Detailed information about the current status of a rule group.
ruleGroupStatus - Detailed information about the current status of a rule group.ResourceStatus,
ResourceStatusRuleGroupResponse.Builder ruleGroupStatus(ResourceStatus ruleGroupStatus)
Detailed information about the current status of a rule group.
ruleGroupStatus - Detailed information about the current status of a rule group.ResourceStatus,
ResourceStatusRuleGroupResponse.Builder tags(Collection<Tag> tags)
The key:value pairs to associate with the resource.
tags - The key:value pairs to associate with the resource.RuleGroupResponse.Builder tags(Tag... tags)
The key:value pairs to associate with the resource.
tags - The key:value pairs to associate with the resource.RuleGroupResponse.Builder tags(Consumer<Tag.Builder>... tags)
The key:value pairs to associate with the resource.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) Copyright © 2021. All rights reserved.