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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeConfigurationAggregatorSourcesStatusResponse.BuilderaggregatedSourceStatusList(Collection<AggregatedSourceStatus> aggregatedSourceStatusList)Returns an AggregatedSourceStatus object.DescribeConfigurationAggregatorSourcesStatusResponse.BuilderaggregatedSourceStatusList(Consumer<AggregatedSourceStatus.Builder>... aggregatedSourceStatusList)Returns an AggregatedSourceStatus object.DescribeConfigurationAggregatorSourcesStatusResponse.BuilderaggregatedSourceStatusList(AggregatedSourceStatus... aggregatedSourceStatusList)Returns an AggregatedSourceStatus object.DescribeConfigurationAggregatorSourcesStatusResponse.BuildernextToken(String nextToken)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, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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 to#aggregatedSourceStatusList(List.) - 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:
#aggregatedSourceStatusList(java.util.Collection)
-
nextToken
DescribeConfigurationAggregatorSourcesStatusResponse.Builder nextToken(String 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.
-
-