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, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 © 2021. All rights reserved.