public static interface DescribeConfigurationAggregatorsResponse.Builder extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<DescribeConfigurationAggregatorsResponse.Builder,DescribeConfigurationAggregatorsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeConfigurationAggregatorsResponse.Builder |
configurationAggregators(Collection<ConfigurationAggregator> configurationAggregators)
Returns a ConfigurationAggregators object.
|
DescribeConfigurationAggregatorsResponse.Builder |
configurationAggregators(ConfigurationAggregator... configurationAggregators)
Returns a ConfigurationAggregators object.
|
DescribeConfigurationAggregatorsResponse.Builder |
configurationAggregators(Consumer<ConfigurationAggregator.Builder>... configurationAggregators)
Returns a ConfigurationAggregators object.
|
DescribeConfigurationAggregatorsResponse.Builder |
nextToken(String nextToken)
The nextToken string returned on a previous page that you use to get the next page of results in a paginated
response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeConfigurationAggregatorsResponse.Builder configurationAggregators(Collection<ConfigurationAggregator> configurationAggregators)
Returns a ConfigurationAggregators object.
configurationAggregators - Returns a ConfigurationAggregators object.DescribeConfigurationAggregatorsResponse.Builder configurationAggregators(ConfigurationAggregator... configurationAggregators)
Returns a ConfigurationAggregators object.
configurationAggregators - Returns a ConfigurationAggregators object.DescribeConfigurationAggregatorsResponse.Builder configurationAggregators(Consumer<ConfigurationAggregator.Builder>... configurationAggregators)
Returns a ConfigurationAggregators object.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #configurationAggregators(List) .configurationAggregators - a consumer that will call methods on List.Builder #configurationAggregators(List) DescribeConfigurationAggregatorsResponse.Builder nextToken(String nextToken)
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a
paginated response.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.