Interface CreateRuleGroupRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<CreateRuleGroupRequest.Builder,,CreateRuleGroupRequest> SdkBuilder<CreateRuleGroupRequest.Builder,,CreateRuleGroupRequest> SdkPojo,SdkRequest.Builder,WafRequest.Builder
- Enclosing class:
 CreateRuleGroupRequest
public static interface CreateRuleGroupRequest.Builder
extends WafRequest.Builder, SdkPojo, CopyableBuilder<CreateRuleGroupRequest.Builder,CreateRuleGroupRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionchangeToken(String changeToken) The value returned by the most recent call to GetChangeToken.metricName(String metricName) A friendly name or description for the metrics for thisRuleGroup.A friendly name or description of the RuleGroup.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tags(Collection<Tag> tags) tags(Consumer<Tag.Builder>... tags) This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.waf.model.WafRequest.Builder
build 
- 
Method Details
- 
name
A friendly name or description of the RuleGroup. You can't change
Nameafter you create aRuleGroup.- Parameters:
 name- A friendly name or description of the RuleGroup. You can't changeNameafter you create aRuleGroup.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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 theRuleGroup.- Parameters:
 metricName- A friendly name or description for the metrics for thisRuleGroup. 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 theRuleGroup.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
changeToken
The value returned by the most recent call to GetChangeToken.
- Parameters:
 changeToken- The value returned by the most recent call to GetChangeToken.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
- Parameters:
 tags-- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
- Parameters:
 tags-- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
 tags- a consumer that will call methods onTag.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
overrideConfiguration
CreateRuleGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
CreateRuleGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -