Interface DescribeConfigurationAggregatorSourcesStatusResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,ConfigResponse.Builder,CopyableBuilder<DescribeConfigurationAggregatorSourcesStatusResponse.Builder,,DescribeConfigurationAggregatorSourcesStatusResponse> SdkBuilder<DescribeConfigurationAggregatorSourcesStatusResponse.Builder,,DescribeConfigurationAggregatorSourcesStatusResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DescribeConfigurationAggregatorSourcesStatusResponse
public static interface DescribeConfigurationAggregatorSourcesStatusResponse.Builder
extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<DescribeConfigurationAggregatorSourcesStatusResponse.Builder,DescribeConfigurationAggregatorSourcesStatusResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionaggregatedSourceStatusList(Collection<AggregatedSourceStatus> aggregatedSourceStatusList) Returns an AggregatedSourceStatus object.aggregatedSourceStatusList(Consumer<AggregatedSourceStatus.Builder>... aggregatedSourceStatusList) Returns an AggregatedSourceStatus object.aggregatedSourceStatusList(AggregatedSourceStatus... aggregatedSourceStatusList) Returns an AggregatedSourceStatus object.ThenextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.Methods inherited from interface software.amazon.awssdk.services.config.model.ConfigResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
aggregatedSourceStatusList
DescribeConfigurationAggregatorSourcesStatusResponse.Builder aggregatedSourceStatusList(Collection<AggregatedSourceStatus> aggregatedSourceStatusList) Returns an AggregatedSourceStatus object.
- Parameters:
 aggregatedSourceStatusList- Returns an AggregatedSourceStatus object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
aggregatedSourceStatusList
DescribeConfigurationAggregatorSourcesStatusResponse.Builder aggregatedSourceStatusList(AggregatedSourceStatus... aggregatedSourceStatusList) Returns an AggregatedSourceStatus object.
- Parameters:
 aggregatedSourceStatusList- Returns an AggregatedSourceStatus object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
aggregatedSourceStatusList
DescribeConfigurationAggregatorSourcesStatusResponse.Builder aggregatedSourceStatusList(Consumer<AggregatedSourceStatus.Builder>... aggregatedSourceStatusList) Returns an AggregatedSourceStatus object.
This is a convenience method that creates an instance of theAggregatedSourceStatus.Builderavoiding the need to create one manually viaAggregatedSourceStatus.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaggregatedSourceStatusList(List<AggregatedSourceStatus>).- Parameters:
 aggregatedSourceStatusList- a consumer that will call methods onAggregatedSourceStatus.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
nextToken
The
nextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.- Parameters:
 nextToken- ThenextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -