public static interface ListChannelMembershipsResponse.Builder extends ChimeSdkMessagingResponse.Builder, SdkPojo, CopyableBuilder<ListChannelMembershipsResponse.Builder,ListChannelMembershipsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListChannelMembershipsResponse.Builder |
channelArn(String channelArn)
The ARN of the channel.
|
ListChannelMembershipsResponse.Builder |
channelMemberships(ChannelMembershipSummary... channelMemberships)
The information for the requested channel memberships.
|
ListChannelMembershipsResponse.Builder |
channelMemberships(Collection<ChannelMembershipSummary> channelMemberships)
The information for the requested channel memberships.
|
ListChannelMembershipsResponse.Builder |
channelMemberships(Consumer<ChannelMembershipSummary.Builder>... channelMemberships)
The information for the requested channel memberships.
|
ListChannelMembershipsResponse.Builder |
nextToken(String nextToken)
The token passed by previous API calls until all requested channel memberships are returned.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListChannelMembershipsResponse.Builder channelArn(String channelArn)
The ARN of the channel.
channelArn - The ARN of the channel.ListChannelMembershipsResponse.Builder channelMemberships(Collection<ChannelMembershipSummary> channelMemberships)
The information for the requested channel memberships.
channelMemberships - The information for the requested channel memberships.ListChannelMembershipsResponse.Builder channelMemberships(ChannelMembershipSummary... channelMemberships)
The information for the requested channel memberships.
channelMemberships - The information for the requested channel memberships.ListChannelMembershipsResponse.Builder channelMemberships(Consumer<ChannelMembershipSummary.Builder>... channelMemberships)
The information for the requested channel memberships.
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 #channelMemberships(List) .channelMemberships - a consumer that will call methods on List.Builder #channelMemberships(List) ListChannelMembershipsResponse.Builder nextToken(String nextToken)
The token passed by previous API calls until all requested channel memberships are returned.
nextToken - The token passed by previous API calls until all requested channel memberships are returned.Copyright © 2022. All rights reserved.