Interface ListChannelModeratorsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChimeSdkMessagingRequest.Builder,CopyableBuilder<ListChannelModeratorsRequest.Builder,ListChannelModeratorsRequest>,SdkBuilder<ListChannelModeratorsRequest.Builder,ListChannelModeratorsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListChannelModeratorsRequest
public static interface ListChannelModeratorsRequest.Builder extends ChimeSdkMessagingRequest.Builder, SdkPojo, CopyableBuilder<ListChannelModeratorsRequest.Builder,ListChannelModeratorsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListChannelModeratorsRequest.BuilderchannelArn(String channelArn)The ARN of the channel.ListChannelModeratorsRequest.BuilderchimeBearer(String chimeBearer)The ARN of theAppInstanceUserorAppInstanceBotthat makes the API call.ListChannelModeratorsRequest.BuildermaxResults(Integer maxResults)The maximum number of moderators that you want returned.ListChannelModeratorsRequest.BuildernextToken(String nextToken)The token passed by previous API calls until all requested moderators are returned.ListChannelModeratorsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListChannelModeratorsRequest.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
-
channelArn
ListChannelModeratorsRequest.Builder channelArn(String channelArn)
The ARN of the channel.
- Parameters:
channelArn- The ARN of the channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListChannelModeratorsRequest.Builder maxResults(Integer maxResults)
The maximum number of moderators that you want returned.
- Parameters:
maxResults- The maximum number of moderators that you want returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListChannelModeratorsRequest.Builder nextToken(String nextToken)
The token passed by previous API calls until all requested moderators are returned.
- Parameters:
nextToken- The token passed by previous API calls until all requested moderators are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
chimeBearer
ListChannelModeratorsRequest.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
ListChannelModeratorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListChannelModeratorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-