| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
static DeletePoolResponse.Builder |
DeletePoolResponse.builder() |
DeletePoolResponse.Builder |
DeletePoolResponse.Builder.createdTimestamp(Instant createdTimestamp)
The time when the pool was created, in UNIX epoch time format.
|
DeletePoolResponse.Builder |
DeletePoolResponse.Builder.messageType(MessageType messageType)
The message type that was associated with the deleted pool.
|
DeletePoolResponse.Builder |
DeletePoolResponse.Builder.messageType(String 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(PoolStatus status)
The current status of the pool.
|
DeletePoolResponse.Builder |
DeletePoolResponse.Builder.status(String 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.twoWayEnabled(Boolean twoWayEnabled)
By default this is set to false.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeletePoolResponse.Builder> |
DeletePoolResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.