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 method that creates an instance of theConfigurationAggregator.Builder avoiding the need to
create one manually via
ConfigurationAggregator.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #configurationAggregators(List.
configurationAggregators - a consumer that will call methods on
ConfigurationAggregator.Builder#configurationAggregators(java.util.Collection) 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 © 2023. All rights reserved.