public static interface CreateRuleGroupRequest.Builder extends WafRequest.Builder, SdkPojo, CopyableBuilder<CreateRuleGroupRequest.Builder,CreateRuleGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateRuleGroupRequest.Builder |
changeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
CreateRuleGroupRequest.Builder |
metricName(String metricName)
A friendly name or description for the metrics for this
RuleGroup. |
CreateRuleGroupRequest.Builder |
name(String name)
A friendly name or description of the RuleGroup.
|
CreateRuleGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateRuleGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateRuleGroupRequest.Builder |
tags(Collection<Tag> tags)
|
CreateRuleGroupRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
This is a convenience method that creates an instance of the
Tag.Builder avoiding the need to create one manually via
Tag.builder(). |
CreateRuleGroupRequest.Builder |
tags(Tag... tags)
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateRuleGroupRequest.Builder name(String name)
A friendly name or description of the RuleGroup. You can't change Name after you create a
RuleGroup.
name - A friendly name or description of the RuleGroup. You can't change Name after you
create a RuleGroup.CreateRuleGroupRequest.Builder metricName(String metricName)
A friendly name or description for the metrics for this RuleGroup. The name can contain only
alphanumeric characters (A-Z, a-z, 0-9), with maximum length 128 and minimum length one. It can't contain
whitespace or metric names reserved for AWS WAF, including "All" and "Default_Action." You can't change the
name of the metric after you create the RuleGroup.
metricName - A friendly name or description for the metrics for this RuleGroup. The name can contain
only alphanumeric characters (A-Z, a-z, 0-9), with maximum length 128 and minimum length one. It can't
contain whitespace or metric names reserved for AWS WAF, including "All" and "Default_Action." You
can't change the name of the metric after you create the RuleGroup.CreateRuleGroupRequest.Builder changeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
changeToken - The value returned by the most recent call to GetChangeToken.CreateRuleGroupRequest.Builder tags(Collection<Tag> tags)
tags - CreateRuleGroupRequest.Builder tags(Tag... tags)
tags - CreateRuleGroupRequest.Builder tags(Consumer<Tag.Builder>... tags)
Tag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) CreateRuleGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateRuleGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.