Interface VerifyDestinationNumberResponse.Builder

  • Method Details

    • verifiedDestinationNumberArn

      VerifyDestinationNumberResponse.Builder verifiedDestinationNumberArn(String verifiedDestinationNumberArn)

      The Amazon Resource Name (ARN) for the verified destination phone number.

      Parameters:
      verifiedDestinationNumberArn - The Amazon Resource Name (ARN) for the verified destination phone number.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • verifiedDestinationNumberId

      VerifyDestinationNumberResponse.Builder verifiedDestinationNumberId(String verifiedDestinationNumberId)

      The unique identifier for the verified destination phone number.

      Parameters:
      verifiedDestinationNumberId - The unique identifier for the verified destination phone number.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • destinationPhoneNumber

      VerifyDestinationNumberResponse.Builder destinationPhoneNumber(String destinationPhoneNumber)

      The phone number in E.164 format.

      Parameters:
      destinationPhoneNumber - The phone number in E.164 format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status for being able to send messages to the phone number.

      Parameters:
      status - The status for being able to send messages to the phone number.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status for being able to send messages to the phone number.

      Parameters:
      status - The status for being able to send messages to the phone number.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdTimestamp

      VerifyDestinationNumberResponse.Builder createdTimestamp(Instant createdTimestamp)

      The time when the destination phone number was created, in UNIX epoch time format.

      Parameters:
      createdTimestamp - The time when the destination phone number was created, in UNIX epoch time format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.