Interface DescribeChannelMembershipForAppInstanceUserRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChimeSdkMessagingRequest.Builder,CopyableBuilder<DescribeChannelMembershipForAppInstanceUserRequest.Builder,DescribeChannelMembershipForAppInstanceUserRequest>,SdkBuilder<DescribeChannelMembershipForAppInstanceUserRequest.Builder,DescribeChannelMembershipForAppInstanceUserRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeChannelMembershipForAppInstanceUserRequest
public static interface DescribeChannelMembershipForAppInstanceUserRequest.Builder extends ChimeSdkMessagingRequest.Builder, SdkPojo, CopyableBuilder<DescribeChannelMembershipForAppInstanceUserRequest.Builder,DescribeChannelMembershipForAppInstanceUserRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeChannelMembershipForAppInstanceUserRequest.BuilderappInstanceUserArn(String appInstanceUserArn)The ARN of the user or bot in a channel.DescribeChannelMembershipForAppInstanceUserRequest.BuilderchannelArn(String channelArn)The ARN of the channel to which the user belongs.DescribeChannelMembershipForAppInstanceUserRequest.BuilderchimeBearer(String chimeBearer)The ARN of theAppInstanceUserorAppInstanceBotthat makes the API call.DescribeChannelMembershipForAppInstanceUserRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeChannelMembershipForAppInstanceUserRequest.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
DescribeChannelMembershipForAppInstanceUserRequest.Builder channelArn(String channelArn)
The ARN of the channel to which the user belongs.
- Parameters:
channelArn- The ARN of the channel to which the user belongs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appInstanceUserArn
DescribeChannelMembershipForAppInstanceUserRequest.Builder appInstanceUserArn(String appInstanceUserArn)
The ARN of the user or bot in a channel.
- Parameters:
appInstanceUserArn- The ARN of the user or bot in a channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
chimeBearer
DescribeChannelMembershipForAppInstanceUserRequest.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
DescribeChannelMembershipForAppInstanceUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeChannelMembershipForAppInstanceUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-