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 theChannelMembershipSummary.Builder avoiding the
need to create one manually via
ChannelMembershipSummary.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #channelMemberships(List.
channelMemberships - a consumer that will call methods on
ChannelMembershipSummary.Builder#channelMemberships(java.util.Collection) 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.