public static interface UpdatePoolRequest.Builder extends PinpointSmsVoiceV2Request.Builder, SdkPojo, CopyableBuilder<UpdatePoolRequest.Builder,UpdatePoolRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdatePoolRequest.Builder |
deletionProtectionEnabled(Boolean deletionProtectionEnabled)
When set to true the pool can't be deleted.
|
UpdatePoolRequest.Builder |
optOutListName(String optOutListName)
The OptOutList to associate with the pool.
|
UpdatePoolRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdatePoolRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdatePoolRequest.Builder |
poolId(String poolId)
The unique identifier of the pool to update.
|
UpdatePoolRequest.Builder |
selfManagedOptOutsEnabled(Boolean selfManagedOptOutsEnabled)
By default this is set to false.
|
UpdatePoolRequest.Builder |
sharedRoutesEnabled(Boolean sharedRoutesEnabled)
Indicates whether shared routes are enabled for the pool.
|
UpdatePoolRequest.Builder |
twoWayChannelArn(String twoWayChannelArn)
The Amazon Resource Name (ARN) of the two way channel.
|
UpdatePoolRequest.Builder |
twoWayEnabled(Boolean twoWayEnabled)
By default this is set to false.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePoolRequest.Builder poolId(String poolId)
The unique identifier of the pool to update. Valid values are either the PoolId or PoolArn.
poolId - The unique identifier of the pool to update. Valid values are either the PoolId or PoolArn.UpdatePoolRequest.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.UpdatePoolRequest.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.UpdatePoolRequest.Builder selfManagedOptOutsEnabled(Boolean selfManagedOptOutsEnabled)
By default this is set to false. 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 - By default this is set to false. 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.UpdatePoolRequest.Builder optOutListName(String optOutListName)
The OptOutList to associate with the pool. Valid values are either OptOutListName or OptOutListArn.
optOutListName - The OptOutList to associate with the pool. Valid values are either OptOutListName or OptOutListArn.UpdatePoolRequest.Builder sharedRoutesEnabled(Boolean sharedRoutesEnabled)
Indicates whether shared routes are enabled for the pool.
sharedRoutesEnabled - Indicates whether shared routes are enabled for the pool.UpdatePoolRequest.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.UpdatePoolRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdatePoolRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.