static UpdatePoolRequest.Builder |
UpdatePoolRequest.builder() |
|
UpdatePoolRequest.Builder |
UpdatePoolRequest.Builder.deletionProtectionEnabled(Boolean deletionProtectionEnabled) |
When set to true the pool can't be deleted.
|
UpdatePoolRequest.Builder |
UpdatePoolRequest.Builder.optOutListName(String optOutListName) |
The OptOutList to associate with the pool.
|
UpdatePoolRequest.Builder |
UpdatePoolRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdatePoolRequest.Builder |
UpdatePoolRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdatePoolRequest.Builder |
UpdatePoolRequest.Builder.poolId(String poolId) |
The unique identifier of the pool to update.
|
UpdatePoolRequest.Builder |
UpdatePoolRequest.Builder.selfManagedOptOutsEnabled(Boolean selfManagedOptOutsEnabled) |
By default this is set to false.
|
UpdatePoolRequest.Builder |
UpdatePoolRequest.Builder.sharedRoutesEnabled(Boolean sharedRoutesEnabled) |
Indicates whether shared routes are enabled for the pool.
|
UpdatePoolRequest.Builder |
UpdatePoolRequest.toBuilder() |
|
UpdatePoolRequest.Builder |
UpdatePoolRequest.Builder.twoWayChannelArn(String twoWayChannelArn) |
The Amazon Resource Name (ARN) of the two way channel.
|
UpdatePoolRequest.Builder |
UpdatePoolRequest.Builder.twoWayChannelRole(String twoWayChannelRole) |
An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.
|
UpdatePoolRequest.Builder |
UpdatePoolRequest.Builder.twoWayEnabled(Boolean twoWayEnabled) |
By default this is set to false.
|