static DeletePoolResponse.Builder |
DeletePoolResponse.builder() |
|
DeletePoolResponse.Builder |
DeletePoolResponse.Builder.createdTimestamp(Instant createdTimestamp) |
|
DeletePoolResponse.Builder |
DeletePoolResponse.Builder.messageType(String messageType) |
The message type that was associated with the deleted pool.
|
DeletePoolResponse.Builder |
DeletePoolResponse.Builder.messageType(MessageType messageType) |
The message type that was associated with the deleted pool.
|
DeletePoolResponse.Builder |
DeletePoolResponse.Builder.optOutListName(String optOutListName) |
The name of the OptOutList that was associated with the deleted pool.
|
DeletePoolResponse.Builder |
DeletePoolResponse.Builder.poolArn(String poolArn) |
The Amazon Resource Name (ARN) of the pool that was deleted.
|
DeletePoolResponse.Builder |
DeletePoolResponse.Builder.poolId(String poolId) |
The PoolId of the pool that was deleted.
|
DeletePoolResponse.Builder |
DeletePoolResponse.Builder.selfManagedOptOutsEnabled(Boolean selfManagedOptOutsEnabled) |
By default this is set to false.
|
DeletePoolResponse.Builder |
DeletePoolResponse.Builder.sharedRoutesEnabled(Boolean sharedRoutesEnabled) |
Indicates whether shared routes are enabled for the pool.
|
DeletePoolResponse.Builder |
DeletePoolResponse.Builder.status(String status) |
The current status of the pool.
|
DeletePoolResponse.Builder |
DeletePoolResponse.Builder.status(PoolStatus status) |
The current status of the pool.
|
DeletePoolResponse.Builder |
DeletePoolResponse.toBuilder() |
|
DeletePoolResponse.Builder |
DeletePoolResponse.Builder.twoWayChannelArn(String twoWayChannelArn) |
The Amazon Resource Name (ARN) of the TwoWayChannel.
|
DeletePoolResponse.Builder |
DeletePoolResponse.Builder.twoWayChannelRole(String twoWayChannelRole) |
An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.
|
DeletePoolResponse.Builder |
DeletePoolResponse.Builder.twoWayEnabled(Boolean twoWayEnabled) |
By default this is set to false.
|