Interface ListRoomsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListRoomsRequest.Builder,
,ListRoomsRequest> IvschatRequest.Builder
,SdkBuilder<ListRoomsRequest.Builder,
,ListRoomsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListRoomsRequest
@Mutable
@NotThreadSafe
public static interface ListRoomsRequest.Builder
extends IvschatRequest.Builder, SdkPojo, CopyableBuilder<ListRoomsRequest.Builder,ListRoomsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionloggingConfigurationIdentifier
(String loggingConfigurationIdentifier) Logging-configuration identifier.maxResults
(Integer maxResults) Maximum number of rooms to return.messageReviewHandlerUri
(String messageReviewHandlerUri) Filters the list to match the specified message review handler URI.Filters the list to match the specified room name.The first room to retrieve.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.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.ivschat.model.IvschatRequest.Builder
build
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
-
name
Filters the list to match the specified room name.
- Parameters:
name
- Filters the list to match the specified room name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The first room to retrieve. This is used for pagination; see the
nextToken
response field.- Parameters:
nextToken
- The first room to retrieve. This is used for pagination; see thenextToken
response field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
Maximum number of rooms to return. Default: 50.
- Parameters:
maxResults
- Maximum number of rooms to return. Default: 50.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
messageReviewHandlerUri
Filters the list to match the specified message review handler URI.
- Parameters:
messageReviewHandlerUri
- Filters the list to match the specified message review handler URI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loggingConfigurationIdentifier
Logging-configuration identifier.
- Parameters:
loggingConfigurationIdentifier
- Logging-configuration identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListRoomsRequest.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
ListRoomsRequest.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.
-