| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
static PoolInformation.Builder |
PoolInformation.builder() |
PoolInformation.Builder |
PoolInformation.Builder.createdTimestamp(Instant createdTimestamp)
The time when the pool was created, in UNIX epoch time format.
|
PoolInformation.Builder |
PoolInformation.Builder.deletionProtectionEnabled(Boolean deletionProtectionEnabled)
When set to true the pool can't be deleted.
|
PoolInformation.Builder |
PoolInformation.Builder.messageType(MessageType messageType)
The type of message.
|
PoolInformation.Builder |
PoolInformation.Builder.messageType(String messageType)
The type of message.
|
PoolInformation.Builder |
PoolInformation.Builder.optOutListName(String optOutListName)
The name of the OptOutList associated with the pool.
|
PoolInformation.Builder |
PoolInformation.Builder.poolArn(String poolArn)
The Amazon Resource Name (ARN) for the pool.
|
PoolInformation.Builder |
PoolInformation.Builder.poolId(String poolId)
The unique identifier for the pool.
|
PoolInformation.Builder |
PoolInformation.Builder.selfManagedOptOutsEnabled(Boolean selfManagedOptOutsEnabled)
When set to false, 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.
|
PoolInformation.Builder |
PoolInformation.Builder.sharedRoutesEnabled(Boolean sharedRoutesEnabled)
Allows you to enable shared routes on your pool.
|
PoolInformation.Builder |
PoolInformation.Builder.status(PoolStatus status)
The current status of the pool.
|
PoolInformation.Builder |
PoolInformation.Builder.status(String status)
The current status of the pool.
|
PoolInformation.Builder |
PoolInformation.toBuilder() |
PoolInformation.Builder |
PoolInformation.Builder.twoWayChannelArn(String twoWayChannelArn)
The Amazon Resource Name (ARN) of the two way channel.
|
PoolInformation.Builder |
PoolInformation.Builder.twoWayEnabled(Boolean twoWayEnabled)
When set to true you can receive incoming text messages from your end recipients using the TwoWayChannelArn.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PoolInformation.Builder> |
PoolInformation.serializableBuilderClass() |
Copyright © 2023. All rights reserved.