public static interface ListChannelMembershipsForAppInstanceUserRequest.Builder extends ChimeSdkMessagingRequest.Builder, SdkPojo, CopyableBuilder<ListChannelMembershipsForAppInstanceUserRequest.Builder,ListChannelMembershipsForAppInstanceUserRequest>
| Modifier and Type | Method and Description |
|---|---|
ListChannelMembershipsForAppInstanceUserRequest.Builder |
appInstanceUserArn(String appInstanceUserArn)
The ARN of the
AppInstanceUsers |
ListChannelMembershipsForAppInstanceUserRequest.Builder |
chimeBearer(String chimeBearer)
The
AppInstanceUserArn of the user that makes the API call. |
ListChannelMembershipsForAppInstanceUserRequest.Builder |
maxResults(Integer maxResults)
The maximum number of users that you want returned.
|
ListChannelMembershipsForAppInstanceUserRequest.Builder |
nextToken(String nextToken)
The token returned from previous API requests until the number of channel memberships is reached.
|
ListChannelMembershipsForAppInstanceUserRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListChannelMembershipsForAppInstanceUserRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListChannelMembershipsForAppInstanceUserRequest.Builder appInstanceUserArn(String appInstanceUserArn)
The ARN of the AppInstanceUsers
appInstanceUserArn - The ARN of the AppInstanceUsersListChannelMembershipsForAppInstanceUserRequest.Builder maxResults(Integer maxResults)
The maximum number of users that you want returned.
maxResults - The maximum number of users that you want returned.ListChannelMembershipsForAppInstanceUserRequest.Builder nextToken(String nextToken)
The token returned from previous API requests until the number of channel memberships is reached.
nextToken - The token returned from previous API requests until the number of channel memberships is reached.ListChannelMembershipsForAppInstanceUserRequest.Builder chimeBearer(String chimeBearer)
The AppInstanceUserArn of the user that makes the API call.
chimeBearer - The AppInstanceUserArn of the user that makes the API call.ListChannelMembershipsForAppInstanceUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListChannelMembershipsForAppInstanceUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.