Interface DeleteChannelBanRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChimeSdkMessagingRequest.Builder,CopyableBuilder<DeleteChannelBanRequest.Builder,DeleteChannelBanRequest>,SdkBuilder<DeleteChannelBanRequest.Builder,DeleteChannelBanRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteChannelBanRequest
public static interface DeleteChannelBanRequest.Builder extends ChimeSdkMessagingRequest.Builder, SdkPojo, CopyableBuilder<DeleteChannelBanRequest.Builder,DeleteChannelBanRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteChannelBanRequest.BuilderchannelArn(String channelArn)The ARN of the channel from which theAppInstanceUserwas banned.DeleteChannelBanRequest.BuilderchimeBearer(String chimeBearer)The ARN of theAppInstanceUserorAppInstanceBotthat makes the API call.DeleteChannelBanRequest.BuildermemberArn(String memberArn)The ARN of theAppInstanceUserthat you want to reinstate.DeleteChannelBanRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteChannelBanRequest.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
DeleteChannelBanRequest.Builder channelArn(String channelArn)
The ARN of the channel from which the
AppInstanceUserwas banned.- Parameters:
channelArn- The ARN of the channel from which theAppInstanceUserwas banned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memberArn
DeleteChannelBanRequest.Builder memberArn(String memberArn)
The ARN of the
AppInstanceUserthat you want to reinstate.- Parameters:
memberArn- The ARN of theAppInstanceUserthat you want to reinstate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
chimeBearer
DeleteChannelBanRequest.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
DeleteChannelBanRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteChannelBanRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-