public static interface CreateOptOutListRequest.Builder extends PinpointSmsVoiceV2Request.Builder, SdkPojo, CopyableBuilder<CreateOptOutListRequest.Builder,CreateOptOutListRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateOptOutListRequest.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateOptOutListRequest.Builder |
optOutListName(String optOutListName)
The name of the new OptOutList.
|
CreateOptOutListRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateOptOutListRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateOptOutListRequest.Builder |
tags(Collection<Tag> tags)
An array of tags (key and value pairs) to associate with the new OptOutList.
|
CreateOptOutListRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
An array of tags (key and value pairs) to associate with the new OptOutList.
|
CreateOptOutListRequest.Builder |
tags(Tag... tags)
An array of tags (key and value pairs) to associate with the new OptOutList.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateOptOutListRequest.Builder optOutListName(String optOutListName)
The name of the new OptOutList.
optOutListName - The name of the new OptOutList.CreateOptOutListRequest.Builder tags(Collection<Tag> tags)
An array of tags (key and value pairs) to associate with the new OptOutList.
tags - An array of tags (key and value pairs) to associate with the new OptOutList.CreateOptOutListRequest.Builder tags(Tag... tags)
An array of tags (key and value pairs) to associate with the new OptOutList.
tags - An array of tags (key and value pairs) to associate with the new OptOutList.CreateOptOutListRequest.Builder tags(Consumer<Tag.Builder>... tags)
An array of tags (key and value pairs) to associate with the new OptOutList.
This is a convenience method that creates an instance of theTag.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) CreateOptOutListRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don't specify a client token, a randomly generated token is used for the request to ensure idempotency.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you
don't specify a client token, a randomly generated token is used for the request to ensure
idempotency.CreateOptOutListRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateOptOutListRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.