public static interface ListConfigurationRevisionsResponse.Builder extends MQResponse.Builder, CopyableBuilder<ListConfigurationRevisionsResponse.Builder,ListConfigurationRevisionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListConfigurationRevisionsResponse.Builder |
configurationId(String configurationId)
The unique ID that Amazon MQ generates for the configuration.
|
ListConfigurationRevisionsResponse.Builder |
maxResults(Integer maxResults)
The maximum number of configuration revisions that can be returned per page (20 by default).
|
ListConfigurationRevisionsResponse.Builder |
nextToken(String nextToken)
The token that specifies the next page of results Amazon MQ should return.
|
ListConfigurationRevisionsResponse.Builder |
revisions(Collection<ConfigurationRevision> revisions)
The list of all revisions for the specified configuration.
|
ListConfigurationRevisionsResponse.Builder |
revisions(ConfigurationRevision... revisions)
The list of all revisions for the specified configuration.
|
buildcopyapply, buildListConfigurationRevisionsResponse.Builder configurationId(String configurationId)
configurationId - The unique ID that Amazon MQ generates for the configuration.ListConfigurationRevisionsResponse.Builder maxResults(Integer maxResults)
maxResults - The maximum number of configuration revisions that can be returned per page (20 by default). This
value must be an integer from 5 to 100.ListConfigurationRevisionsResponse.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.ListConfigurationRevisionsResponse.Builder revisions(Collection<ConfigurationRevision> revisions)
revisions - The list of all revisions for the specified configuration.ListConfigurationRevisionsResponse.Builder revisions(ConfigurationRevision... revisions)
revisions - The list of all revisions for the specified configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.