public static interface ListConfigurationRevisionsRequest.Builder extends MqRequest.Builder, SdkPojo, CopyableBuilder<ListConfigurationRevisionsRequest.Builder,ListConfigurationRevisionsRequest>
Modifier and Type | Method and Description |
---|---|
ListConfigurationRevisionsRequest.Builder |
configurationId(String configurationId)
The unique ID that Amazon MQ generates for the configuration.
|
ListConfigurationRevisionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of configurations that Amazon MQ can return per page (20 by default).
|
ListConfigurationRevisionsRequest.Builder |
nextToken(String nextToken)
The token that specifies the next page of results Amazon MQ should return.
|
ListConfigurationRevisionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListConfigurationRevisionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListConfigurationRevisionsRequest.Builder configurationId(String configurationId)
configurationId
- The unique ID that Amazon MQ generates for the configuration.ListConfigurationRevisionsRequest.Builder maxResults(Integer maxResults)
maxResults
- The maximum number of configurations that Amazon MQ can return per page (20 by default). This value
must be an integer from 5 to 100.ListConfigurationRevisionsRequest.Builder nextToken(String nextToken)
nextToken
- The token that specifies the next page of results Amazon MQ should return. To request the first page,
leave nextToken empty.ListConfigurationRevisionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListConfigurationRevisionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.