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 brokers 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) |
ListConfigurationRevisionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListConfigurationRevisionsRequest.Builder configurationId(String configurationId)
The unique ID that Amazon MQ generates for the configuration.
configurationId - The unique ID that Amazon MQ generates for the configuration.ListConfigurationRevisionsRequest.Builder maxResults(Integer 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.
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.ListConfigurationRevisionsRequest.Builder nextToken(String nextToken)
The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.
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)
overrideConfiguration in interface AwsRequest.BuilderListConfigurationRevisionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.