public static interface CreateOptOutListResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<CreateOptOutListResponse.Builder,CreateOptOutListResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateOptOutListResponse.Builder |
createdTimestamp(Instant createdTimestamp)
The time when the pool was created, in UNIX epoch time format.
|
CreateOptOutListResponse.Builder |
optOutListArn(String optOutListArn)
The Amazon Resource Name (ARN) for the OptOutList.
|
CreateOptOutListResponse.Builder |
optOutListName(String optOutListName)
The name of the new OptOutList.
|
CreateOptOutListResponse.Builder |
tags(Collection<Tag> tags)
An array of tags (key and value pairs) associated with the new OptOutList.
|
CreateOptOutListResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
An array of tags (key and value pairs) associated with the new OptOutList.
|
CreateOptOutListResponse.Builder |
tags(Tag... tags)
An array of tags (key and value pairs) associated with the new OptOutList.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateOptOutListResponse.Builder optOutListArn(String optOutListArn)
The Amazon Resource Name (ARN) for the OptOutList.
optOutListArn - The Amazon Resource Name (ARN) for the OptOutList.CreateOptOutListResponse.Builder optOutListName(String optOutListName)
The name of the new OptOutList.
optOutListName - The name of the new OptOutList.CreateOptOutListResponse.Builder tags(Collection<Tag> tags)
An array of tags (key and value pairs) associated with the new OptOutList.
tags - An array of tags (key and value pairs) associated with the new OptOutList.CreateOptOutListResponse.Builder tags(Tag... tags)
An array of tags (key and value pairs) associated with the new OptOutList.
tags - An array of tags (key and value pairs) associated with the new OptOutList.CreateOptOutListResponse.Builder tags(Consumer<Tag.Builder>... tags)
An array of tags (key and value pairs) associated 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) CreateOptOutListResponse.Builder createdTimestamp(Instant createdTimestamp)
The time when the pool was created, in UNIX epoch time format.
createdTimestamp - The time when the pool was created, in UNIX epoch time
format.Copyright © 2023. All rights reserved.