public static interface ListConfigurationsResponse.Builder extends MqResponse.Builder, SdkPojo, CopyableBuilder<ListConfigurationsResponse.Builder,ListConfigurationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListConfigurationsResponse.Builder |
configurations(Collection<Configuration> configurations)
The list of all revisions for the specified configuration.
|
ListConfigurationsResponse.Builder |
configurations(Configuration... configurations)
The list of all revisions for the specified configuration.
|
ListConfigurationsResponse.Builder |
configurations(Consumer<Configuration.Builder>... configurations)
The list of all revisions for the specified configuration.
|
ListConfigurationsResponse.Builder |
maxResults(Integer maxResults)
The maximum number of configurations that Amazon MQ can return per page (20 by default).
|
ListConfigurationsResponse.Builder |
nextToken(String nextToken)
The token that specifies the next page of results Amazon MQ should return.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListConfigurationsResponse.Builder configurations(Collection<Configuration> configurations)
The list of all revisions for the specified configuration.
configurations - The list of all revisions for the specified configuration.ListConfigurationsResponse.Builder configurations(Configuration... configurations)
The list of all revisions for the specified configuration.
configurations - The list of all revisions for the specified configuration.ListConfigurationsResponse.Builder configurations(Consumer<Configuration.Builder>... configurations)
The list of all revisions for the specified configuration.
This is a convenience method that creates an instance of theConfiguration.Builder avoiding the need to create one
manually via Configuration.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #configurations(List.
configurations - a consumer that will call methods on
Configuration.Builder#configurations(java.util.Collection) ListConfigurationsResponse.Builder maxResults(Integer 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.
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.ListConfigurationsResponse.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.Copyright © 2023. All rights reserved.