Interface ListChannelsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChimeSdkMessagingRequest.Builder,CopyableBuilder<ListChannelsRequest.Builder,ListChannelsRequest>,SdkBuilder<ListChannelsRequest.Builder,ListChannelsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListChannelsRequest
public static interface ListChannelsRequest.Builder extends ChimeSdkMessagingRequest.Builder, SdkPojo, CopyableBuilder<ListChannelsRequest.Builder,ListChannelsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListChannelsRequest.BuilderappInstanceArn(String appInstanceArn)The ARN of theAppInstance.ListChannelsRequest.BuilderchimeBearer(String chimeBearer)The ARN of theAppInstanceUserorAppInstanceBotthat makes the API call.ListChannelsRequest.BuildermaxResults(Integer maxResults)The maximum number of channels that you want to return.ListChannelsRequest.BuildernextToken(String nextToken)The token passed by previous API calls until all requested channels are returned.ListChannelsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListChannelsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListChannelsRequest.Builderprivacy(String privacy)The privacy setting.ListChannelsRequest.Builderprivacy(ChannelPrivacy privacy)The privacy setting.-
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
-
appInstanceArn
ListChannelsRequest.Builder appInstanceArn(String appInstanceArn)
The ARN of the
AppInstance.- Parameters:
appInstanceArn- The ARN of theAppInstance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
privacy
ListChannelsRequest.Builder privacy(String privacy)
The privacy setting.
PUBLICretrieves all the public channels.PRIVATEretrieves private channels. Only anAppInstanceAdmincan retrieve private channels.- Parameters:
privacy- The privacy setting.PUBLICretrieves all the public channels.PRIVATEretrieves private channels. Only anAppInstanceAdmincan retrieve private channels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChannelPrivacy,ChannelPrivacy
-
privacy
ListChannelsRequest.Builder privacy(ChannelPrivacy privacy)
The privacy setting.
PUBLICretrieves all the public channels.PRIVATEretrieves private channels. Only anAppInstanceAdmincan retrieve private channels.- Parameters:
privacy- The privacy setting.PUBLICretrieves all the public channels.PRIVATEretrieves private channels. Only anAppInstanceAdmincan retrieve private channels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChannelPrivacy,ChannelPrivacy
-
maxResults
ListChannelsRequest.Builder maxResults(Integer maxResults)
The maximum number of channels that you want to return.
- Parameters:
maxResults- The maximum number of channels that you want to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListChannelsRequest.Builder nextToken(String nextToken)
The token passed by previous API calls until all requested channels are returned.
- Parameters:
nextToken- The token passed by previous API calls until all requested channels are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
chimeBearer
ListChannelsRequest.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
ListChannelsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListChannelsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-