Interface ListChannelsModeratedByAppInstanceUserRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ChimeRequest.Builder
,CopyableBuilder<ListChannelsModeratedByAppInstanceUserRequest.Builder,
,ListChannelsModeratedByAppInstanceUserRequest> SdkBuilder<ListChannelsModeratedByAppInstanceUserRequest.Builder,
,ListChannelsModeratedByAppInstanceUserRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListChannelsModeratedByAppInstanceUserRequest
public static interface ListChannelsModeratedByAppInstanceUserRequest.Builder
extends ChimeRequest.Builder, SdkPojo, CopyableBuilder<ListChannelsModeratedByAppInstanceUserRequest.Builder,ListChannelsModeratedByAppInstanceUserRequest>
-
Method Summary
Modifier and TypeMethodDescriptionappInstanceUserArn
(String appInstanceUserArn) The ARN of the user in the moderated channel.chimeBearer
(String chimeBearer) TheAppInstanceUserArn
of the user that makes the API call.maxResults
(Integer maxResults) The maximum number of channels in the request.The token returned from previous API requests until the number of channels moderated by the user is reached.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 Details
-
appInstanceUserArn
The ARN of the user in the moderated channel.
- Parameters:
appInstanceUserArn
- The ARN of the user in the moderated channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of channels in the request.
- Parameters:
maxResults
- The maximum number of channels in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token returned from previous API requests until the number of channels moderated by the user is reached.
- Parameters:
nextToken
- The token returned from previous API requests until the number of channels moderated by the user is reached.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
chimeBearer
The
AppInstanceUserArn
of the user that makes the API call.- Parameters:
chimeBearer
- TheAppInstanceUserArn
of the user that makes the API call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListChannelsModeratedByAppInstanceUserRequest.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
ListChannelsModeratedByAppInstanceUserRequest.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.
-