public static interface ListSmsSandboxPhoneNumbersResponse.Builder extends SnsResponse.Builder, SdkPojo, CopyableBuilder<ListSmsSandboxPhoneNumbersResponse.Builder,ListSmsSandboxPhoneNumbersResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSmsSandboxPhoneNumbersResponse.Builder |
nextToken(String nextToken)
A
NextToken string is returned when you call the ListSMSSandboxPhoneNumbersInput
operation if additional pages of records are available. |
ListSmsSandboxPhoneNumbersResponse.Builder |
phoneNumbers(Collection<SMSSandboxPhoneNumber> phoneNumbers)
A list of the calling account's pending and verified phone numbers.
|
ListSmsSandboxPhoneNumbersResponse.Builder |
phoneNumbers(Consumer<SMSSandboxPhoneNumber.Builder>... phoneNumbers)
A list of the calling account's pending and verified phone numbers.
|
ListSmsSandboxPhoneNumbersResponse.Builder |
phoneNumbers(SMSSandboxPhoneNumber... phoneNumbers)
A list of the calling account's pending and verified phone numbers.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSmsSandboxPhoneNumbersResponse.Builder phoneNumbers(Collection<SMSSandboxPhoneNumber> phoneNumbers)
A list of the calling account's pending and verified phone numbers.
phoneNumbers - A list of the calling account's pending and verified phone numbers.ListSmsSandboxPhoneNumbersResponse.Builder phoneNumbers(SMSSandboxPhoneNumber... phoneNumbers)
A list of the calling account's pending and verified phone numbers.
phoneNumbers - A list of the calling account's pending and verified phone numbers.ListSmsSandboxPhoneNumbersResponse.Builder phoneNumbers(Consumer<SMSSandboxPhoneNumber.Builder>... phoneNumbers)
A list of the calling account's pending and verified phone numbers.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #phoneNumbers(List) .phoneNumbers - a consumer that will call methods on List.Builder #phoneNumbers(List) ListSmsSandboxPhoneNumbersResponse.Builder nextToken(String nextToken)
A NextToken string is returned when you call the ListSMSSandboxPhoneNumbersInput
operation if additional pages of records are available.
nextToken - A NextToken string is returned when you call the
ListSMSSandboxPhoneNumbersInput operation if additional pages of records are available.Copyright © 2022. All rights reserved.