Interface CreateChannelMembershipRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChimeRequest.Builder,CopyableBuilder<CreateChannelMembershipRequest.Builder,CreateChannelMembershipRequest>,SdkBuilder<CreateChannelMembershipRequest.Builder,CreateChannelMembershipRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateChannelMembershipRequest
public static interface CreateChannelMembershipRequest.Builder extends ChimeRequest.Builder, SdkPojo, CopyableBuilder<CreateChannelMembershipRequest.Builder,CreateChannelMembershipRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateChannelMembershipRequest.BuilderchannelArn(String channelArn)The ARN of the channel to which you're adding users.CreateChannelMembershipRequest.BuilderchimeBearer(String chimeBearer)TheAppInstanceUserArnof the user that makes the API call.CreateChannelMembershipRequest.BuildermemberArn(String memberArn)The ARN of the member you want to add to the channel.CreateChannelMembershipRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateChannelMembershipRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateChannelMembershipRequest.Buildertype(String type)The membership type of a user,DEFAULTorHIDDEN.CreateChannelMembershipRequest.Buildertype(ChannelMembershipType type)The membership type of a user,DEFAULTorHIDDEN.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.chime.model.ChimeRequest.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
CreateChannelMembershipRequest.Builder channelArn(String channelArn)
The ARN of the channel to which you're adding users.
- Parameters:
channelArn- The ARN of the channel to which you're adding users.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memberArn
CreateChannelMembershipRequest.Builder memberArn(String memberArn)
The ARN of the member you want to add to the channel.
- Parameters:
memberArn- The ARN of the member you want to add to the channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
CreateChannelMembershipRequest.Builder type(String type)
The membership type of a user,
DEFAULTorHIDDEN. Default members are always returned as part ofListChannelMemberships. Hidden members are only returned if the type filter inListChannelMembershipsequalsHIDDEN. Otherwise hidden members are not returned. This is only supported by moderators.- Parameters:
type- The membership type of a user,DEFAULTorHIDDEN. Default members are always returned as part ofListChannelMemberships. Hidden members are only returned if the type filter inListChannelMembershipsequalsHIDDEN. Otherwise hidden members are not returned. This is only supported by moderators.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChannelMembershipType,ChannelMembershipType
-
type
CreateChannelMembershipRequest.Builder type(ChannelMembershipType type)
The membership type of a user,
DEFAULTorHIDDEN. Default members are always returned as part ofListChannelMemberships. Hidden members are only returned if the type filter inListChannelMembershipsequalsHIDDEN. Otherwise hidden members are not returned. This is only supported by moderators.- Parameters:
type- The membership type of a user,DEFAULTorHIDDEN. Default members are always returned as part ofListChannelMemberships. Hidden members are only returned if the type filter inListChannelMembershipsequalsHIDDEN. Otherwise hidden members are not returned. This is only supported by moderators.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChannelMembershipType,ChannelMembershipType
-
chimeBearer
CreateChannelMembershipRequest.Builder chimeBearer(String chimeBearer)
The
AppInstanceUserArnof the user that makes the API call.- Parameters:
chimeBearer- TheAppInstanceUserArnof the user that makes the API call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateChannelMembershipRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateChannelMembershipRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-