Interface ListConfigurationRevisionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListConfigurationRevisionsRequest.Builder,
,ListConfigurationRevisionsRequest> MqRequest.Builder
,SdkBuilder<ListConfigurationRevisionsRequest.Builder,
,ListConfigurationRevisionsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListConfigurationRevisionsRequest
public static interface ListConfigurationRevisionsRequest.Builder
extends MqRequest.Builder, SdkPojo, CopyableBuilder<ListConfigurationRevisionsRequest.Builder,ListConfigurationRevisionsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionconfigurationId
(String configurationId) The unique ID that Amazon MQ generates for the configuration.maxResults
(Integer maxResults) The maximum number of brokers that Amazon MQ can return per page (20 by default).The token that specifies the next page of results Amazon MQ should return.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.mq.model.MqRequest.Builder
build
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
-
configurationId
The unique ID that Amazon MQ generates for the configuration.
- Parameters:
configurationId
- The unique ID that Amazon MQ generates for the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of brokers that Amazon MQ can return per page (20 by default). This value must be an integer from 5 to 100.
- Parameters:
maxResults
- The maximum number of brokers that Amazon MQ can return per page (20 by default). This value must be an integer from 5 to 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.
- Parameters:
nextToken
- The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListConfigurationRevisionsRequest.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
ListConfigurationRevisionsRequest.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.
-