public static interface ListOriginationNumbersResponse.Builder extends SnsResponse.Builder, SdkPojo, CopyableBuilder<ListOriginationNumbersResponse.Builder,ListOriginationNumbersResponse>
| Modifier and Type | Method and Description |
|---|---|
ListOriginationNumbersResponse.Builder |
nextToken(String nextToken)
A
NextToken string is returned when you call the ListOriginationNumbers operation
if additional pages of records are available. |
ListOriginationNumbersResponse.Builder |
phoneNumbers(Collection<PhoneNumberInformation> phoneNumbers)
A list of the calling account's verified and pending origination numbers.
|
ListOriginationNumbersResponse.Builder |
phoneNumbers(Consumer<PhoneNumberInformation.Builder>... phoneNumbers)
A list of the calling account's verified and pending origination numbers.
|
ListOriginationNumbersResponse.Builder |
phoneNumbers(PhoneNumberInformation... phoneNumbers)
A list of the calling account's verified and pending origination numbers.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListOriginationNumbersResponse.Builder nextToken(String nextToken)
A NextToken string is returned when you call the ListOriginationNumbers operation
if additional pages of records are available.
nextToken - A NextToken string is returned when you call the ListOriginationNumbers
operation if additional pages of records are available.ListOriginationNumbersResponse.Builder phoneNumbers(Collection<PhoneNumberInformation> phoneNumbers)
A list of the calling account's verified and pending origination numbers.
phoneNumbers - A list of the calling account's verified and pending origination numbers.ListOriginationNumbersResponse.Builder phoneNumbers(PhoneNumberInformation... phoneNumbers)
A list of the calling account's verified and pending origination numbers.
phoneNumbers - A list of the calling account's verified and pending origination numbers.ListOriginationNumbersResponse.Builder phoneNumbers(Consumer<PhoneNumberInformation.Builder>... phoneNumbers)
A list of the calling account's verified and pending origination numbers.
This is a convenience method 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) Copyright © 2022. All rights reserved.