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 method that creates an instance of theContactChannel.Builder avoiding the need to create
one manually via ContactChannel.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #contactChannels(List.
contactChannels - a consumer that will call methods on
ContactChannel.Builder#contactChannels(java.util.Collection) Copyright © 2023. All rights reserved.