public static interface ListConfigurationsResponse.Builder extends MqResponse.Builder, 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
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListConfigurationsResponse.Builder configurations(Collection<Configuration> configurations)
configurations
- The list of all revisions for the specified configuration.ListConfigurationsResponse.Builder configurations(Configuration... configurations)
configurations
- The list of all revisions for the specified configuration.ListConfigurationsResponse.Builder configurations(Consumer<Configuration.Builder>... configurations)
List.Builder
avoiding the need to create one manually via #builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #configurations(List)
.configurations
- a consumer that will call methods on List.Builder
#configurations(List)
ListConfigurationsResponse.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.ListConfigurationsResponse.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.