public static interface ListConfigurationRevisionsRequest.Builder extends MQRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListConfigurationRevisionsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildListConfigurationRevisionsRequest.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListConfigurationRevisionsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.