static UpdatePoolResponse.Builder |
UpdatePoolResponse.builder() |
|
UpdatePoolResponse.Builder |
UpdatePoolResponse.Builder.createdTimestamp(Instant createdTimestamp) |
|
UpdatePoolResponse.Builder |
UpdatePoolResponse.Builder.deletionProtectionEnabled(Boolean deletionProtectionEnabled) |
When set to true the pool can't be deleted.
|
UpdatePoolResponse.Builder |
UpdatePoolResponse.Builder.messageType(String messageType) |
The type of message for the pool to use.
|
UpdatePoolResponse.Builder |
UpdatePoolResponse.Builder.messageType(MessageType messageType) |
The type of message for the pool to use.
|
UpdatePoolResponse.Builder |
UpdatePoolResponse.Builder.optOutListName(String optOutListName) |
The name of the OptOutList associated with the pool.
|
UpdatePoolResponse.Builder |
UpdatePoolResponse.Builder.poolArn(String poolArn) |
The ARN of the pool.
|
UpdatePoolResponse.Builder |
UpdatePoolResponse.Builder.poolId(String poolId) |
The unique identifier of the pool.
|
UpdatePoolResponse.Builder |
UpdatePoolResponse.Builder.selfManagedOptOutsEnabled(Boolean selfManagedOptOutsEnabled) |
When an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, AWS End
User Messaging SMS and Voice automatically replies with a customizable message and adds the end recipient to
the OptOutList.
|
UpdatePoolResponse.Builder |
UpdatePoolResponse.Builder.sharedRoutesEnabled(Boolean sharedRoutesEnabled) |
Indicates whether shared routes are enabled for the pool.
|
UpdatePoolResponse.Builder |
UpdatePoolResponse.Builder.status(String status) |
The current status of the pool update request.
|
UpdatePoolResponse.Builder |
UpdatePoolResponse.Builder.status(PoolStatus status) |
The current status of the pool update request.
|
UpdatePoolResponse.Builder |
UpdatePoolResponse.toBuilder() |
|
UpdatePoolResponse.Builder |
UpdatePoolResponse.Builder.twoWayChannelArn(String twoWayChannelArn) |
The Amazon Resource Name (ARN) of the two way channel.
|
UpdatePoolResponse.Builder |
UpdatePoolResponse.Builder.twoWayChannelRole(String twoWayChannelRole) |
An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.
|
UpdatePoolResponse.Builder |
UpdatePoolResponse.Builder.twoWayEnabled(Boolean twoWayEnabled) |
By default this is set to false.
|