Interface CreateFirewallDomainListRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateFirewallDomainListRequest.Builder,CreateFirewallDomainListRequest>,Route53ResolverRequest.Builder,SdkBuilder<CreateFirewallDomainListRequest.Builder,CreateFirewallDomainListRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateFirewallDomainListRequest
public static interface CreateFirewallDomainListRequest.Builder extends Route53ResolverRequest.Builder, SdkPojo, CopyableBuilder<CreateFirewallDomainListRequest.Builder,CreateFirewallDomainListRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateFirewallDomainListRequest.BuildercreatorRequestId(String creatorRequestId)A unique string that identifies the request and that allows you to retry failed requests without the risk of running the operation twice.CreateFirewallDomainListRequest.Buildername(String name)A name that lets you identify the domain list to manage and use it.CreateFirewallDomainListRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateFirewallDomainListRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateFirewallDomainListRequest.Buildertags(Collection<Tag> tags)A list of the tag keys and values that you want to associate with the domain list.CreateFirewallDomainListRequest.Buildertags(Consumer<Tag.Builder>... tags)A list of the tag keys and values that you want to associate with the domain list.CreateFirewallDomainListRequest.Buildertags(Tag... tags)A list of the tag keys and values that you want to associate with the domain list.-
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
CreateFirewallDomainListRequest.Builder creatorRequestId(String creatorRequestId)
A unique string that identifies the request and that allows you to retry failed requests without the risk of running the operation twice.
CreatorRequestIdcan be any unique string, for example, a date/time stamp.- Parameters:
creatorRequestId- A unique string that identifies the request and that allows you to retry failed requests without the risk of running the operation twice.CreatorRequestIdcan be any unique string, for example, a date/time stamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CreateFirewallDomainListRequest.Builder name(String name)
A name that lets you identify the domain list to manage and use it.
- Parameters:
name- A name that lets you identify the domain list to manage and use it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateFirewallDomainListRequest.Builder tags(Collection<Tag> tags)
A list of the tag keys and values that you want to associate with the domain list.
- Parameters:
tags- A list of the tag keys and values that you want to associate with the domain list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateFirewallDomainListRequest.Builder tags(Tag... tags)
A list of the tag keys and values that you want to associate with the domain list.
- Parameters:
tags- A list of the tag keys and values that you want to associate with the domain list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateFirewallDomainListRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of the tag keys and values that you want to associate with the domain list.
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
CreateFirewallDomainListRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateFirewallDomainListRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-