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