static CreateVerifiedDestinationNumberResponse.Builder |
CreateVerifiedDestinationNumberResponse.builder() |
|
CreateVerifiedDestinationNumberResponse.Builder |
CreateVerifiedDestinationNumberResponse.Builder.createdTimestamp(Instant createdTimestamp) |
The time when the verified phone number was created, in UNIX epoch
time format.
|
CreateVerifiedDestinationNumberResponse.Builder |
CreateVerifiedDestinationNumberResponse.Builder.destinationPhoneNumber(String destinationPhoneNumber) |
The verified destination phone number, in E.164 format.
|
CreateVerifiedDestinationNumberResponse.Builder |
CreateVerifiedDestinationNumberResponse.Builder.status(String status) |
The status of the verified destination phone number.
|
CreateVerifiedDestinationNumberResponse.Builder |
CreateVerifiedDestinationNumberResponse.Builder.status(VerificationStatus status) |
The status of the verified destination phone number.
|
CreateVerifiedDestinationNumberResponse.Builder |
CreateVerifiedDestinationNumberResponse.Builder.tags(Collection<Tag> tags) |
An array of tags (key and value pairs) to associate with the destination number.
|
CreateVerifiedDestinationNumberResponse.Builder |
CreateVerifiedDestinationNumberResponse.Builder.tags(Consumer<Tag.Builder>... tags) |
An array of tags (key and value pairs) to associate with the destination number.
|
CreateVerifiedDestinationNumberResponse.Builder |
CreateVerifiedDestinationNumberResponse.Builder.tags(Tag... tags) |
An array of tags (key and value pairs) to associate with the destination number.
|
CreateVerifiedDestinationNumberResponse.Builder |
CreateVerifiedDestinationNumberResponse.toBuilder() |
|
CreateVerifiedDestinationNumberResponse.Builder |
CreateVerifiedDestinationNumberResponse.Builder.verifiedDestinationNumberArn(String verifiedDestinationNumberArn) |
The Amazon Resource Name (ARN) for the verified destination phone number.
|
CreateVerifiedDestinationNumberResponse.Builder |
CreateVerifiedDestinationNumberResponse.Builder.verifiedDestinationNumberId(String verifiedDestinationNumberId) |
The unique identifier for the verified destination phone number.
|