public static interface ListChannelMembershipsForAppInstanceUserResponse.Builder extends ChimeSdkMessagingResponse.Builder, SdkPojo, CopyableBuilder<ListChannelMembershipsForAppInstanceUserResponse.Builder,ListChannelMembershipsForAppInstanceUserResponse>
| Modifier and Type | Method and Description |
|---|---|
ListChannelMembershipsForAppInstanceUserResponse.Builder |
channelMemberships(ChannelMembershipForAppInstanceUserSummary... channelMemberships)
The token passed by previous API calls until all requested users are returned.
|
ListChannelMembershipsForAppInstanceUserResponse.Builder |
channelMemberships(Collection<ChannelMembershipForAppInstanceUserSummary> channelMemberships)
The token passed by previous API calls until all requested users are returned.
|
ListChannelMembershipsForAppInstanceUserResponse.Builder |
channelMemberships(Consumer<ChannelMembershipForAppInstanceUserSummary.Builder>... channelMemberships)
The token passed by previous API calls until all requested users are returned.
|
ListChannelMembershipsForAppInstanceUserResponse.Builder |
nextToken(String nextToken)
The token passed by previous API calls until all requested users are returned.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListChannelMembershipsForAppInstanceUserResponse.Builder channelMemberships(Collection<ChannelMembershipForAppInstanceUserSummary> channelMemberships)
The token passed by previous API calls until all requested users are returned.
channelMemberships - The token passed by previous API calls until all requested users are returned.ListChannelMembershipsForAppInstanceUserResponse.Builder channelMemberships(ChannelMembershipForAppInstanceUserSummary... channelMemberships)
The token passed by previous API calls until all requested users are returned.
channelMemberships - The token passed by previous API calls until all requested users are returned.ListChannelMembershipsForAppInstanceUserResponse.Builder channelMemberships(Consumer<ChannelMembershipForAppInstanceUserSummary.Builder>... channelMemberships)
The token passed by previous API calls until all requested users are returned.
This is a convenience that creates an instance of the.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) ListChannelMembershipsForAppInstanceUserResponse.Builder nextToken(String nextToken)
The token passed by previous API calls until all requested users are returned.
nextToken - The token passed by previous API calls until all requested users are returned.Copyright © 2021. All rights reserved.