Interface ListChannelsModeratedByAppInstanceUserRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChimeSdkMessagingRequest.Builder,CopyableBuilder<ListChannelsModeratedByAppInstanceUserRequest.Builder,ListChannelsModeratedByAppInstanceUserRequest>,SdkBuilder<ListChannelsModeratedByAppInstanceUserRequest.Builder,ListChannelsModeratedByAppInstanceUserRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListChannelsModeratedByAppInstanceUserRequest
public static interface ListChannelsModeratedByAppInstanceUserRequest.Builder extends ChimeSdkMessagingRequest.Builder, SdkPojo, CopyableBuilder<ListChannelsModeratedByAppInstanceUserRequest.Builder,ListChannelsModeratedByAppInstanceUserRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListChannelsModeratedByAppInstanceUserRequest.BuilderappInstanceUserArn(String appInstanceUserArn)The ARN of the user or bot in the moderated channel.ListChannelsModeratedByAppInstanceUserRequest.BuilderchimeBearer(String chimeBearer)The ARN of theAppInstanceUserorAppInstanceBotthat makes the API call.ListChannelsModeratedByAppInstanceUserRequest.BuildermaxResults(Integer maxResults)The maximum number of channels in the request.ListChannelsModeratedByAppInstanceUserRequest.BuildernextToken(String nextToken)The token returned from previous API requests until the number of channels moderated by the user is reached.ListChannelsModeratedByAppInstanceUserRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListChannelsModeratedByAppInstanceUserRequest.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
ListChannelsModeratedByAppInstanceUserRequest.Builder appInstanceUserArn(String appInstanceUserArn)
The ARN of the user or bot in the moderated channel.
- Parameters:
appInstanceUserArn- The ARN of the user or bot in the moderated channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListChannelsModeratedByAppInstanceUserRequest.Builder maxResults(Integer maxResults)
The maximum number of channels in the request.
- Parameters:
maxResults- The maximum number of channels in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListChannelsModeratedByAppInstanceUserRequest.Builder nextToken(String nextToken)
The token returned from previous API requests until the number of channels moderated by the user is reached.
- Parameters:
nextToken- The token returned from previous API requests until the number of channels moderated by the user is reached.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
chimeBearer
ListChannelsModeratedByAppInstanceUserRequest.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
ListChannelsModeratedByAppInstanceUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListChannelsModeratedByAppInstanceUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-