Interface DeletePoolResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeletePoolResponse.Builder,DeletePoolResponse>,PinpointSmsVoiceV2Response.Builder,SdkBuilder<DeletePoolResponse.Builder,DeletePoolResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeletePoolResponse
public static interface DeletePoolResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<DeletePoolResponse.Builder,DeletePoolResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeletePoolResponse.BuildercreatedTimestamp(Instant createdTimestamp)The time when the pool was created, in UNIX epoch time format.DeletePoolResponse.BuildermessageType(String messageType)The message type that was associated with the deleted pool.DeletePoolResponse.BuildermessageType(MessageType messageType)The message type that was associated with the deleted pool.DeletePoolResponse.BuilderoptOutListName(String optOutListName)The name of the OptOutList that was associated with the deleted pool.DeletePoolResponse.BuilderpoolArn(String poolArn)The Amazon Resource Name (ARN) of the pool that was deleted.DeletePoolResponse.BuilderpoolId(String poolId)The PoolId of the pool that was deleted.DeletePoolResponse.BuilderselfManagedOptOutsEnabled(Boolean selfManagedOptOutsEnabled)By default this is set to false.DeletePoolResponse.BuildersharedRoutesEnabled(Boolean sharedRoutesEnabled)Indicates whether shared routes are enabled for the pool.DeletePoolResponse.Builderstatus(String status)The current status of the pool.DeletePoolResponse.Builderstatus(PoolStatus status)The current status of the pool.DeletePoolResponse.BuildertwoWayChannelArn(String twoWayChannelArn)The Amazon Resource Name (ARN) of the TwoWayChannel.DeletePoolResponse.BuildertwoWayChannelRole(String twoWayChannelRole)An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.DeletePoolResponse.BuildertwoWayEnabled(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
poolArn
DeletePoolResponse.Builder poolArn(String 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
DeletePoolResponse.Builder poolId(String 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
DeletePoolResponse.Builder status(String 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:
PoolStatus,PoolStatus
-
-
status
DeletePoolResponse.Builder status(PoolStatus 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:
PoolStatus,PoolStatus
-
-
messageType
DeletePoolResponse.Builder messageType(String 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,MessageType
-
messageType
DeletePoolResponse.Builder messageType(MessageType 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,MessageType
-
twoWayEnabled
DeletePoolResponse.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.
- 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
DeletePoolResponse.Builder twoWayChannelArn(String 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
DeletePoolResponse.Builder twoWayChannelRole(String 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
DeletePoolResponse.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.
- 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, 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
optOutListName
DeletePoolResponse.Builder optOutListName(String 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.
-
sharedRoutesEnabled
DeletePoolResponse.Builder sharedRoutesEnabled(Boolean sharedRoutesEnabled)
Indicates whether shared routes are enabled for the pool.
- Parameters:
sharedRoutesEnabled- Indicates whether shared routes are enabled for the pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTimestamp
DeletePoolResponse.Builder createdTimestamp(Instant 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.
-
-