public static interface DescribeConfigurationAggregatorSourcesStatusResponse.Builder extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<DescribeConfigurationAggregatorSourcesStatusResponse.Builder,DescribeConfigurationAggregatorSourcesStatusResponse>
Modifier and Type | Method and Description |
---|---|
DescribeConfigurationAggregatorSourcesStatusResponse.Builder |
aggregatedSourceStatusList(AggregatedSourceStatus... aggregatedSourceStatusList)
Returns an AggregatedSourceStatus object.
|
DescribeConfigurationAggregatorSourcesStatusResponse.Builder |
aggregatedSourceStatusList(Collection<AggregatedSourceStatus> aggregatedSourceStatusList)
Returns an AggregatedSourceStatus object.
|
DescribeConfigurationAggregatorSourcesStatusResponse.Builder |
aggregatedSourceStatusList(Consumer<AggregatedSourceStatus.Builder>... aggregatedSourceStatusList)
Returns an AggregatedSourceStatus object.
|
DescribeConfigurationAggregatorSourcesStatusResponse.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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeConfigurationAggregatorSourcesStatusResponse.Builder aggregatedSourceStatusList(Collection<AggregatedSourceStatus> aggregatedSourceStatusList)
Returns an AggregatedSourceStatus object.
aggregatedSourceStatusList
- Returns an AggregatedSourceStatus object.DescribeConfigurationAggregatorSourcesStatusResponse.Builder aggregatedSourceStatusList(AggregatedSourceStatus... aggregatedSourceStatusList)
Returns an AggregatedSourceStatus object.
aggregatedSourceStatusList
- Returns an AggregatedSourceStatus object.DescribeConfigurationAggregatorSourcesStatusResponse.Builder aggregatedSourceStatusList(Consumer<AggregatedSourceStatus.Builder>... aggregatedSourceStatusList)
Returns an AggregatedSourceStatus 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 #aggregatedSourceStatusList(List)
.aggregatedSourceStatusList
- a consumer that will call methods on List.Builder
#aggregatedSourceStatusList(List)
DescribeConfigurationAggregatorSourcesStatusResponse.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.