| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
static UpdatePoolResponse.Builder |
UpdatePoolResponse.builder() |
UpdatePoolResponse.Builder |
UpdatePoolResponse.Builder.createdTimestamp(Instant createdTimestamp)
The time when the pool was created, in UNIX epoch time format.
|
UpdatePoolResponse.Builder |
UpdatePoolResponse.Builder.deletionProtectionEnabled(Boolean deletionProtectionEnabled)
When set to true the pool can't be deleted.
|
UpdatePoolResponse.Builder |
UpdatePoolResponse.Builder.messageType(MessageType messageType)
The type of message for the pool to use.
|
UpdatePoolResponse.Builder |
UpdatePoolResponse.Builder.messageType(String 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, Amazon
Pinpoint 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(PoolStatus status)
The current status of the pool update request.
|
UpdatePoolResponse.Builder |
UpdatePoolResponse.Builder.status(String 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.twoWayEnabled(Boolean twoWayEnabled)
By default this is set to false.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdatePoolResponse.Builder> |
UpdatePoolResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.