public static interface DeleteOptOutListResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<DeleteOptOutListResponse.Builder,DeleteOptOutListResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteOptOutListResponse.Builder |
createdTimestamp(Instant createdTimestamp)
The time when the OptOutList was created, in UNIX epoch time
format.
|
DeleteOptOutListResponse.Builder |
optOutListArn(String optOutListArn)
The Amazon Resource Name (ARN) of the OptOutList that was removed.
|
DeleteOptOutListResponse.Builder |
optOutListName(String optOutListName)
The name of the OptOutList that was removed.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteOptOutListResponse.Builder optOutListArn(String optOutListArn)
The Amazon Resource Name (ARN) of the OptOutList that was removed.
optOutListArn - The Amazon Resource Name (ARN) of the OptOutList that was removed.DeleteOptOutListResponse.Builder optOutListName(String optOutListName)
The name of the OptOutList that was removed.
optOutListName - The name of the OptOutList that was removed.DeleteOptOutListResponse.Builder createdTimestamp(Instant createdTimestamp)
The time when the OptOutList was created, in UNIX epoch time format.
createdTimestamp - The time when the OptOutList was created, in UNIX epoch
time format.Copyright © 2023. All rights reserved.