Interface CreateFirewallRuleGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateFirewallRuleGroupRequest.Builder,CreateFirewallRuleGroupRequest>,Route53ResolverRequest.Builder,SdkBuilder<CreateFirewallRuleGroupRequest.Builder,CreateFirewallRuleGroupRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateFirewallRuleGroupRequest
public static interface CreateFirewallRuleGroupRequest.Builder extends Route53ResolverRequest.Builder, SdkPojo, CopyableBuilder<CreateFirewallRuleGroupRequest.Builder,CreateFirewallRuleGroupRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateFirewallRuleGroupRequest.BuildercreatorRequestId(String creatorRequestId)A unique string defined by you to identify the request.CreateFirewallRuleGroupRequest.Buildername(String name)A name that lets you identify the rule group, to manage and use it.CreateFirewallRuleGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateFirewallRuleGroupRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateFirewallRuleGroupRequest.Buildertags(Collection<Tag> tags)A list of the tag keys and values that you want to associate with the rule group.CreateFirewallRuleGroupRequest.Buildertags(Consumer<Tag.Builder>... tags)A list of the tag keys and values that you want to associate with the rule group.CreateFirewallRuleGroupRequest.Buildertags(Tag... tags)A list of the tag keys and values that you want to associate with the rule group.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.route53resolver.model.Route53ResolverRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
creatorRequestId
CreateFirewallRuleGroupRequest.Builder creatorRequestId(String creatorRequestId)
A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.
- Parameters:
creatorRequestId- A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CreateFirewallRuleGroupRequest.Builder name(String name)
A name that lets you identify the rule group, to manage and use it.
- Parameters:
name- A name that lets you identify the rule group, to manage and use it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateFirewallRuleGroupRequest.Builder tags(Collection<Tag> tags)
A list of the tag keys and values that you want to associate with the rule group.
- Parameters:
tags- A list of the tag keys and values that you want to associate with the rule group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateFirewallRuleGroupRequest.Builder tags(Tag... tags)
A list of the tag keys and values that you want to associate with the rule group.
- Parameters:
tags- A list of the tag keys and values that you want to associate with the rule group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateFirewallRuleGroupRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of the tag keys and values that you want to associate with the rule group.
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 to#tags(List.) - 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:
#tags(java.util.Collection)
-
overrideConfiguration
CreateFirewallRuleGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateFirewallRuleGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-