public static interface CreateFirewallDomainListRequest.Builder extends Route53ResolverRequest.Builder, SdkPojo, CopyableBuilder<CreateFirewallDomainListRequest.Builder,CreateFirewallDomainListRequest>
| Modifier and Type | Method and Description |
|---|---|
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.
|
CreateFirewallDomainListRequest.Builder |
name(String name)
A name that lets you identify the domain list to manage and use it.
|
CreateFirewallDomainListRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateFirewallDomainListRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateFirewallDomainListRequest.Builder |
tags(Collection<Tag> tags)
A list of the tag keys and values that you want to associate with the domain list.
|
CreateFirewallDomainListRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of the tag keys and values that you want to associate with the domain list.
|
CreateFirewallDomainListRequest.Builder |
tags(Tag... tags)
A list of the tag keys and values that you want to associate with the domain list.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateFirewallDomainListRequest.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. CreatorRequestId can be any unique string, for example, a date/time
stamp.
creatorRequestId - A unique string that identifies the request and that allows you to retry failed requests without the
risk of running the operation twice. CreatorRequestId can be any unique string, for
example, a date/time stamp.CreateFirewallDomainListRequest.Builder name(String name)
A name that lets you identify the domain list to manage and use it.
name - A name that lets you identify the domain list to manage and use it.CreateFirewallDomainListRequest.Builder tags(Collection<Tag> tags)
A list of the tag keys and values that you want to associate with the domain list.
tags - A list of the tag keys and values that you want to associate with the domain list.CreateFirewallDomainListRequest.Builder tags(Tag... tags)
A list of the tag keys and values that you want to associate with the domain list.
tags - A list of the tag keys and values that you want to associate with the domain list.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 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) CreateFirewallDomainListRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateFirewallDomainListRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.