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