Interface DeletePoolResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeletePoolResponse.Builder,
,DeletePoolResponse> PinpointSmsVoiceV2Response.Builder
,SdkBuilder<DeletePoolResponse.Builder,
,DeletePoolResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DeletePoolResponse
-
Method Summary
Modifier and TypeMethodDescriptioncreatedTimestamp
(Instant createdTimestamp) The time when the pool was created, in UNIX epoch time format.messageType
(String messageType) The message type that was associated with the deleted pool.messageType
(MessageType messageType) The message type that was associated with the deleted pool.optOutListName
(String optOutListName) The name of the OptOutList that was associated with the deleted pool.The Amazon Resource Name (ARN) of the pool that was deleted.The PoolId of the pool that was deleted.selfManagedOptOutsEnabled
(Boolean selfManagedOptOutsEnabled) By default this is set to false.sharedRoutesEnabled
(Boolean sharedRoutesEnabled) Indicates whether shared routes are enabled for the pool.The current status of the pool.status
(PoolStatus status) The current status of the pool.twoWayChannelArn
(String twoWayChannelArn) The Amazon Resource Name (ARN) of the TwoWayChannel.twoWayChannelRole
(String twoWayChannelRole) An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.twoWayEnabled
(Boolean twoWayEnabled) By default this is set to false.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.pinpointsmsvoicev2.model.PinpointSmsVoiceV2Response.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
poolArn
The Amazon Resource Name (ARN) of the pool that was deleted.
- Parameters:
poolArn
- The Amazon Resource Name (ARN) of the pool that was deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
poolId
The PoolId of the pool that was deleted.
- Parameters:
poolId
- The PoolId of the pool that was deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the pool.
-
CREATING: The pool is currently being created and isn't yet available for use.
-
ACTIVE: The pool is active and available for use.
-
DELETING: The pool is being deleted.
- Parameters:
status
- The current status of the pool.-
CREATING: The pool is currently being created and isn't yet available for use.
-
ACTIVE: The pool is active and available for use.
-
DELETING: The pool is being deleted.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
status
The current status of the pool.
-
CREATING: The pool is currently being created and isn't yet available for use.
-
ACTIVE: The pool is active and available for use.
-
DELETING: The pool is being deleted.
- Parameters:
status
- The current status of the pool.-
CREATING: The pool is currently being created and isn't yet available for use.
-
ACTIVE: The pool is active and available for use.
-
DELETING: The pool is being deleted.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
messageType
The message type that was associated with the deleted pool.
- Parameters:
messageType
- The message type that was associated with the deleted pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
messageType
The message type that was associated with the deleted pool.
- Parameters:
messageType
- The message type that was associated with the deleted pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
twoWayEnabled
By default this is set to false. When set to true you can receive incoming text messages from your end recipients.
- Parameters:
twoWayEnabled
- By default this is set to false. When set to true you can receive incoming text messages from your end recipients.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
twoWayChannelArn
The Amazon Resource Name (ARN) of the TwoWayChannel.
- Parameters:
twoWayChannelArn
- The Amazon Resource Name (ARN) of the TwoWayChannel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
twoWayChannelRole
An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.
- Parameters:
twoWayChannelRole
- An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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, AWS End User Messaging SMS and Voice 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.
- Parameters:
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, AWS End User Messaging SMS and Voice 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
optOutListName
The name of the OptOutList that was associated with the deleted pool.
- Parameters:
optOutListName
- The name of the OptOutList that was associated with the deleted pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTimestamp
The time when the pool was created, in UNIX epoch time format.
- Parameters:
createdTimestamp
- The time when the pool was created, in UNIX epoch time format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-