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 |
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
copy
apply, 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 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.