public static interface PoolInformation.Builder extends SdkPojo, CopyableBuilder<PoolInformation.Builder,PoolInformation>
| Modifier and Type | Method and Description |
|---|---|
PoolInformation.Builder |
createdTimestamp(Instant createdTimestamp)
The time when the pool was created, in UNIX epoch time format.
|
PoolInformation.Builder |
deletionProtectionEnabled(Boolean deletionProtectionEnabled)
When set to true the pool can't be deleted.
|
PoolInformation.Builder |
messageType(MessageType messageType)
The type of message.
|
PoolInformation.Builder |
messageType(String messageType)
The type of message.
|
PoolInformation.Builder |
optOutListName(String optOutListName)
The name of the OptOutList associated with the pool.
|
PoolInformation.Builder |
poolArn(String poolArn)
The Amazon Resource Name (ARN) for the pool.
|
PoolInformation.Builder |
poolId(String poolId)
The unique identifier for the pool.
|
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 |
sharedRoutesEnabled(Boolean sharedRoutesEnabled)
Allows you to enable shared routes on your pool.
|
PoolInformation.Builder |
status(PoolStatus status)
The current status of the pool.
|
PoolInformation.Builder |
status(String status)
The current status of the pool.
|
PoolInformation.Builder |
twoWayChannelArn(String twoWayChannelArn)
The Amazon Resource Name (ARN) of the two way channel.
|
PoolInformation.Builder |
twoWayEnabled(Boolean twoWayEnabled)
When set to true you can receive incoming text messages from your end recipients using the TwoWayChannelArn.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPoolInformation.Builder poolArn(String poolArn)
The Amazon Resource Name (ARN) for the pool.
poolArn - The Amazon Resource Name (ARN) for the pool.PoolInformation.Builder poolId(String poolId)
The unique identifier for the pool.
poolId - The unique identifier for the pool.PoolInformation.Builder status(String status)
The current status of the pool.
status - The current status of the pool.PoolStatus,
PoolStatusPoolInformation.Builder status(PoolStatus status)
The current status of the pool.
status - The current status of the pool.PoolStatus,
PoolStatusPoolInformation.Builder messageType(String messageType)
The type of message. Valid values are TRANSACTIONAL for messages that are critical or time-sensitive and PROMOTIONAL for messages that aren't critical or time-sensitive.
messageType - The type of message. Valid values are TRANSACTIONAL for messages that are critical or time-sensitive
and PROMOTIONAL for messages that aren't critical or time-sensitive.MessageType,
MessageTypePoolInformation.Builder messageType(MessageType messageType)
The type of message. Valid values are TRANSACTIONAL for messages that are critical or time-sensitive and PROMOTIONAL for messages that aren't critical or time-sensitive.
messageType - The type of message. Valid values are TRANSACTIONAL for messages that are critical or time-sensitive
and PROMOTIONAL for messages that aren't critical or time-sensitive.MessageType,
MessageTypePoolInformation.Builder twoWayEnabled(Boolean twoWayEnabled)
When set to true you can receive incoming text messages from your end recipients using the TwoWayChannelArn.
twoWayEnabled - When set to true you can receive incoming text messages from your end recipients using the
TwoWayChannelArn.PoolInformation.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.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. 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. For more information see Self-managed opt-outs
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. 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. For more information see
Self-managed opt-outsPoolInformation.Builder optOutListName(String optOutListName)
The name of the OptOutList associated with the pool.
optOutListName - The name of the OptOutList associated with the pool.PoolInformation.Builder sharedRoutesEnabled(Boolean sharedRoutesEnabled)
Allows you to enable shared routes on your pool.
By default, this is set to False. If you set this value to True, your messages are
sent using phone numbers or sender IDs (depending on the country) that are shared with other Amazon Pinpoint
users. In some countries, such as the United States, senders aren't allowed to use shared routes and must use
a dedicated phone number or short code.
sharedRoutesEnabled - Allows you to enable shared routes on your pool.
By default, this is set to False. If you set this value to True, your
messages are sent using phone numbers or sender IDs (depending on the country) that are shared with
other Amazon Pinpoint users. In some countries, such as the United States, senders aren't allowed to
use shared routes and must use a dedicated phone number or short code.
PoolInformation.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.PoolInformation.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.