Interface CreateVerifiedDestinationNumberResponse.Builder

    • Method Detail

      • verifiedDestinationNumberArn

        CreateVerifiedDestinationNumberResponse.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

        CreateVerifiedDestinationNumberResponse.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

        CreateVerifiedDestinationNumberResponse.Builder destinationPhoneNumber​(String destinationPhoneNumber)

        The verified destination phone number, in E.164 format.

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

        CreateVerifiedDestinationNumberResponse.Builder status​(String status)

        The status of the verified destination phone number.

        • PENDING: The phone number hasn't been verified yet.

        • VERIFIED: The phone number is verified and can receive messages.

        Parameters:
        status - The status of the verified destination phone number.

        • PENDING: The phone number hasn't been verified yet.

        • VERIFIED: The phone number is verified and can receive messages.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        VerificationStatus, VerificationStatus
      • status

        CreateVerifiedDestinationNumberResponse.Builder status​(VerificationStatus status)

        The status of the verified destination phone number.

        • PENDING: The phone number hasn't been verified yet.

        • VERIFIED: The phone number is verified and can receive messages.

        Parameters:
        status - The status of the verified destination phone number.

        • PENDING: The phone number hasn't been verified yet.

        • VERIFIED: The phone number is verified and can receive messages.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        VerificationStatus, VerificationStatus
      • tags

        CreateVerifiedDestinationNumberResponse.Builder tags​(Collection<Tag> tags)

        An array of tags (key and value pairs) to associate with the destination number.

        Parameters:
        tags - An array of tags (key and value pairs) to associate with the destination number.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateVerifiedDestinationNumberResponse.Builder tags​(Tag... tags)

        An array of tags (key and value pairs) to associate with the destination number.

        Parameters:
        tags - An array of tags (key and value pairs) to associate with the destination number.
        Returns:
        Returns a reference to this object so that method calls can be chained together.