public static interface ListContactChannelsResponse.Builder extends SsmContactsResponse.Builder, SdkPojo, CopyableBuilder<ListContactChannelsResponse.Builder,ListContactChannelsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListContactChannelsResponse.Builder |
contactChannels(Collection<ContactChannel> contactChannels)
A list of contact channels related to the specified contact.
|
ListContactChannelsResponse.Builder |
contactChannels(Consumer<ContactChannel.Builder>... contactChannels)
A list of contact channels related to the specified contact.
|
ListContactChannelsResponse.Builder |
contactChannels(ContactChannel... contactChannels)
A list of contact channels related to the specified contact.
|
ListContactChannelsResponse.Builder |
nextToken(String nextToken)
The pagination token to continue to the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListContactChannelsResponse.Builder nextToken(String nextToken)
The pagination token to continue to the next page of results.
nextToken - The pagination token to continue to the next page of results.ListContactChannelsResponse.Builder contactChannels(Collection<ContactChannel> contactChannels)
A list of contact channels related to the specified contact.
contactChannels - A list of contact channels related to the specified contact.ListContactChannelsResponse.Builder contactChannels(ContactChannel... contactChannels)
A list of contact channels related to the specified contact.
contactChannels - A list of contact channels related to the specified contact.ListContactChannelsResponse.Builder contactChannels(Consumer<ContactChannel.Builder>... contactChannels)
A list of contact channels related to the specified contact.
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 #contactChannels(List) .contactChannels - a consumer that will call methods on List.Builder #contactChannels(List) Copyright © 2021. All rights reserved.