Interface ListChannelMembershipsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ChimeSdkMessagingRequest.Builder
,CopyableBuilder<ListChannelMembershipsRequest.Builder,
,ListChannelMembershipsRequest> SdkBuilder<ListChannelMembershipsRequest.Builder,
,ListChannelMembershipsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListChannelMembershipsRequest
-
Method Summary
Modifier and TypeMethodDescriptionchannelArn
(String channelArn) The maximum number of channel memberships that you want returned.chimeBearer
(String chimeBearer) The ARN of theAppInstanceUser
orAppInstanceBot
that makes the API call.maxResults
(Integer maxResults) The maximum number of channel memberships that you want returned.The token passed by previous API calls until all requested channel memberships are returned.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.subChannelId
(String subChannelId) The ID of the SubChannel in the request.The membership type of a user,DEFAULT
orHIDDEN
.type
(ChannelMembershipType type) The membership type of a user,DEFAULT
orHIDDEN
.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, sdkFieldNameToField, sdkFields
-
Method Details
-
channelArn
The maximum number of channel memberships that you want returned.
- Parameters:
channelArn
- The maximum number of channel memberships that you want returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The membership type of a user,
DEFAULT
orHIDDEN
. Default members are returned as part ofListChannelMemberships
if no type is specified. Hidden members are only returned if the type filter inListChannelMemberships
equalsHIDDEN
.- Parameters:
type
- The membership type of a user,DEFAULT
orHIDDEN
. Default members are returned as part ofListChannelMemberships
if no type is specified. Hidden members are only returned if the type filter inListChannelMemberships
equalsHIDDEN
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The membership type of a user,
DEFAULT
orHIDDEN
. Default members are returned as part ofListChannelMemberships
if no type is specified. Hidden members are only returned if the type filter inListChannelMemberships
equalsHIDDEN
.- Parameters:
type
- The membership type of a user,DEFAULT
orHIDDEN
. Default members are returned as part ofListChannelMemberships
if no type is specified. Hidden members are only returned if the type filter inListChannelMemberships
equalsHIDDEN
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
The maximum number of channel memberships that you want returned.
- Parameters:
maxResults
- The maximum number of channel memberships that you want returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token passed by previous API calls until all requested channel memberships are returned.
- Parameters:
nextToken
- The token passed by previous API calls until all requested channel memberships are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
chimeBearer
The ARN of the
AppInstanceUser
orAppInstanceBot
that makes the API call.- Parameters:
chimeBearer
- The ARN of theAppInstanceUser
orAppInstanceBot
that makes the API call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subChannelId
The ID of the SubChannel in the request.
Only required when listing a user's memberships in a particular sub-channel of an elastic channel.
- Parameters:
subChannelId
- The ID of the SubChannel in the request.Only required when listing a user's memberships in a particular sub-channel of an elastic channel.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListChannelMembershipsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListChannelMembershipsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-