Interface DeletePoolResponse.Builder

    • 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, 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

        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.