public static interface UpdatePoolResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<UpdatePoolResponse.Builder,UpdatePoolResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdatePoolResponse.Builder |
createdTimestamp(Instant createdTimestamp)
The time when the pool was created, in UNIX epoch time format.
|
UpdatePoolResponse.Builder |
deletionProtectionEnabled(Boolean deletionProtectionEnabled)
When set to true the pool can't be deleted.
|
UpdatePoolResponse.Builder |
messageType(MessageType messageType)
The type of message for the pool to use.
|
UpdatePoolResponse.Builder |
messageType(String messageType)
The type of message for the pool to use.
|
UpdatePoolResponse.Builder |
optOutListName(String optOutListName)
The name of the OptOutList associated with the pool.
|
UpdatePoolResponse.Builder |
poolArn(String poolArn)
The ARN of the pool.
|
UpdatePoolResponse.Builder |
poolId(String poolId)
The unique identifier of the pool.
|
UpdatePoolResponse.Builder |
selfManagedOptOutsEnabled(Boolean selfManagedOptOutsEnabled)
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.
|
UpdatePoolResponse.Builder |
sharedRoutesEnabled(Boolean sharedRoutesEnabled)
Indicates whether shared routes are enabled for the pool.
|
UpdatePoolResponse.Builder |
status(PoolStatus status)
The current status of the pool update request.
|
UpdatePoolResponse.Builder |
status(String status)
The current status of the pool update request.
|
UpdatePoolResponse.Builder |
twoWayChannelArn(String twoWayChannelArn)
The Amazon Resource Name (ARN) of the two way channel.
|
UpdatePoolResponse.Builder |
twoWayEnabled(Boolean twoWayEnabled)
By default this is set to false.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePoolResponse.Builder poolArn(String poolArn)
The ARN of the pool.
poolArn - The ARN of the pool.UpdatePoolResponse.Builder poolId(String poolId)
The unique identifier of the pool.
poolId - The unique identifier of the pool.UpdatePoolResponse.Builder status(String status)
The current status of the pool update request.
status - The current status of the pool update request.PoolStatus,
PoolStatusUpdatePoolResponse.Builder status(PoolStatus status)
The current status of the pool update request.
status - The current status of the pool update request.PoolStatus,
PoolStatusUpdatePoolResponse.Builder messageType(String messageType)
The type of message for the pool to use.
messageType - The type of message for the pool to use.MessageType,
MessageTypeUpdatePoolResponse.Builder messageType(MessageType messageType)
The type of message for the pool to use.
messageType - The type of message for the pool to use.MessageType,
MessageTypeUpdatePoolResponse.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.UpdatePoolResponse.Builder twoWayChannelArn(String twoWayChannelArn)
The Amazon Resource Name (ARN) of the two way channel.
twoWayChannelArn - The Amazon Resource Name (ARN) of the two way channel.UpdatePoolResponse.Builder selfManagedOptOutsEnabled(Boolean selfManagedOptOutsEnabled)
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 - 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.UpdatePoolResponse.Builder optOutListName(String optOutListName)
The name of the OptOutList associated with the pool.
optOutListName - The name of the OptOutList associated with the pool.UpdatePoolResponse.Builder sharedRoutesEnabled(Boolean sharedRoutesEnabled)
Indicates whether shared routes are enabled for the pool.
sharedRoutesEnabled - Indicates whether shared routes are enabled for the pool.UpdatePoolResponse.Builder deletionProtectionEnabled(Boolean deletionProtectionEnabled)
When set to true the pool can't be deleted.
deletionProtectionEnabled - When set to true the pool can't be deleted.UpdatePoolResponse.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.