public static interface DeletePoolResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<DeletePoolResponse.Builder,DeletePoolResponse>
| Modifier and Type | Method and Description |
|---|---|
DeletePoolResponse.Builder |
createdTimestamp(Instant createdTimestamp)
The time when the pool was created, in UNIX epoch time format.
|
DeletePoolResponse.Builder |
messageType(MessageType messageType)
The message type that was associated with the deleted pool.
|
DeletePoolResponse.Builder |
messageType(String messageType)
The message type that was associated with the deleted pool.
|
DeletePoolResponse.Builder |
optOutListName(String optOutListName)
The name of the OptOutList that was associated with the deleted pool.
|
DeletePoolResponse.Builder |
poolArn(String poolArn)
The Amazon Resource Name (ARN) of the pool that was deleted.
|
DeletePoolResponse.Builder |
poolId(String poolId)
The PoolId of the pool that was deleted.
|
DeletePoolResponse.Builder |
selfManagedOptOutsEnabled(Boolean selfManagedOptOutsEnabled)
By default this is set to false.
|
DeletePoolResponse.Builder |
sharedRoutesEnabled(Boolean sharedRoutesEnabled)
Indicates whether shared routes are enabled for the pool.
|
DeletePoolResponse.Builder |
status(PoolStatus status)
The current status of the pool.
|
DeletePoolResponse.Builder |
status(String status)
The current status of the pool.
|
DeletePoolResponse.Builder |
twoWayChannelArn(String twoWayChannelArn)
The Amazon Resource Name (ARN) of the TwoWayChannel.
|
DeletePoolResponse.Builder |
twoWayEnabled(Boolean twoWayEnabled)
By default this is set to false.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeletePoolResponse.Builder poolArn(String poolArn)
The Amazon Resource Name (ARN) of the pool that was deleted.
poolArn - The Amazon Resource Name (ARN) of the pool that was deleted.DeletePoolResponse.Builder poolId(String poolId)
The PoolId of the pool that was deleted.
poolId - The PoolId of the pool that was deleted.DeletePoolResponse.Builder status(String status)
The current status of the pool.
CREATING: The pool is currently being created and isn't yet available for use.
ACTIVE: The pool is active and available for use.
DELETING: The pool is being deleted.
status - The current status of the pool.
CREATING: The pool is currently being created and isn't yet available for use.
ACTIVE: The pool is active and available for use.
DELETING: The pool is being deleted.
PoolStatus,
PoolStatusDeletePoolResponse.Builder status(PoolStatus status)
The current status of the pool.
CREATING: The pool is currently being created and isn't yet available for use.
ACTIVE: The pool is active and available for use.
DELETING: The pool is being deleted.
status - The current status of the pool.
CREATING: The pool is currently being created and isn't yet available for use.
ACTIVE: The pool is active and available for use.
DELETING: The pool is being deleted.
PoolStatus,
PoolStatusDeletePoolResponse.Builder messageType(String messageType)
The message type that was associated with the deleted pool.
messageType - The message type that was associated with the deleted pool.MessageType,
MessageTypeDeletePoolResponse.Builder messageType(MessageType messageType)
The message type that was associated with the deleted pool.
messageType - The message type that was associated with the deleted pool.MessageType,
MessageTypeDeletePoolResponse.Builder twoWayEnabled(Boolean twoWayEnabled)
By default this is set to false. When set to true you can receive incoming text messages from your end recipients.
twoWayEnabled - By default this is set to false. When set to true you can receive incoming text messages from your end
recipients.DeletePoolResponse.Builder twoWayChannelArn(String twoWayChannelArn)
The Amazon Resource Name (ARN) of the TwoWayChannel.
twoWayChannelArn - The Amazon Resource Name (ARN) of the TwoWayChannel.DeletePoolResponse.Builder selfManagedOptOutsEnabled(Boolean selfManagedOptOutsEnabled)
By default this is set to false. When an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, Amazon Pinpoint automatically replies with a customizable message and adds the end recipient to the OptOutList. When set to true you're responsible for responding to HELP and STOP requests. You're also responsible for tracking and honoring opt-out requests.
selfManagedOptOutsEnabled - By default this is set to false. When an end recipient sends a message that begins with HELP or STOP
to one of your dedicated numbers, Amazon Pinpoint automatically replies with a customizable message
and adds the end recipient to the OptOutList. When set to true you're responsible for responding to
HELP and STOP requests. You're also responsible for tracking and honoring opt-out requests.DeletePoolResponse.Builder optOutListName(String optOutListName)
The name of the OptOutList that was associated with the deleted pool.
optOutListName - The name of the OptOutList that was associated with the deleted pool.DeletePoolResponse.Builder sharedRoutesEnabled(Boolean sharedRoutesEnabled)
Indicates whether shared routes are enabled for the pool.
sharedRoutesEnabled - Indicates whether shared routes are enabled for the pool.DeletePoolResponse.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.