Interface ListChannelMembershipsForAppInstanceUserRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChimeSdkMessagingRequest.Builder,CopyableBuilder<ListChannelMembershipsForAppInstanceUserRequest.Builder,ListChannelMembershipsForAppInstanceUserRequest>,SdkBuilder<ListChannelMembershipsForAppInstanceUserRequest.Builder,ListChannelMembershipsForAppInstanceUserRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListChannelMembershipsForAppInstanceUserRequest
public static interface ListChannelMembershipsForAppInstanceUserRequest.Builder extends ChimeSdkMessagingRequest.Builder, SdkPojo, CopyableBuilder<ListChannelMembershipsForAppInstanceUserRequest.Builder,ListChannelMembershipsForAppInstanceUserRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListChannelMembershipsForAppInstanceUserRequest.BuilderappInstanceUserArn(String appInstanceUserArn)The ARN of the user or bot.ListChannelMembershipsForAppInstanceUserRequest.BuilderchimeBearer(String chimeBearer)The ARN of theAppInstanceUserorAppInstanceBotthat makes the API call.ListChannelMembershipsForAppInstanceUserRequest.BuildermaxResults(Integer maxResults)The maximum number of users that you want returned.ListChannelMembershipsForAppInstanceUserRequest.BuildernextToken(String nextToken)The token returned from previous API requests until the number of channel memberships is reached.ListChannelMembershipsForAppInstanceUserRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListChannelMembershipsForAppInstanceUserRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.chimesdkmessaging.model.ChimeSdkMessagingRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
appInstanceUserArn
ListChannelMembershipsForAppInstanceUserRequest.Builder appInstanceUserArn(String appInstanceUserArn)
The ARN of the user or bot.
- Parameters:
appInstanceUserArn- The ARN of the user or bot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListChannelMembershipsForAppInstanceUserRequest.Builder maxResults(Integer maxResults)
The maximum number of users that you want returned.
- Parameters:
maxResults- The maximum number of users that you want returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListChannelMembershipsForAppInstanceUserRequest.Builder nextToken(String nextToken)
The token returned from previous API requests until the number of channel memberships is reached.
- Parameters:
nextToken- The token returned from previous API requests until the number of channel memberships is reached.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
chimeBearer
ListChannelMembershipsForAppInstanceUserRequest.Builder chimeBearer(String chimeBearer)
The ARN of the
AppInstanceUserorAppInstanceBotthat makes the API call.- Parameters:
chimeBearer- The ARN of theAppInstanceUserorAppInstanceBotthat makes the API call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListChannelMembershipsForAppInstanceUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListChannelMembershipsForAppInstanceUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-