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