Interface ListDataQualityStatisticsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<ListDataQualityStatisticsResponse.Builder,,ListDataQualityStatisticsResponse> GlueResponse.Builder,SdkBuilder<ListDataQualityStatisticsResponse.Builder,,ListDataQualityStatisticsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 ListDataQualityStatisticsResponse
public static interface ListDataQualityStatisticsResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<ListDataQualityStatisticsResponse.Builder,ListDataQualityStatisticsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionA pagination token to request the next page of results.statistics(Collection<StatisticSummary> statistics) AStatisticSummaryList.statistics(Consumer<StatisticSummary.Builder>... statistics) AStatisticSummaryList.statistics(StatisticSummary... statistics) AStatisticSummaryList.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadataMethods 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
- 
statistics
A
StatisticSummaryList.- Parameters:
 statistics- AStatisticSummaryList.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
statistics
A
StatisticSummaryList.- Parameters:
 statistics- AStatisticSummaryList.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
statistics
ListDataQualityStatisticsResponse.Builder statistics(Consumer<StatisticSummary.Builder>... statistics) A
This is a convenience method that creates an instance of theStatisticSummaryList.StatisticSummary.Builderavoiding the need to create one manually viaStatisticSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostatistics(List<StatisticSummary>).- Parameters:
 statistics- a consumer that will call methods onStatisticSummary.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
nextToken
A pagination token to request the next page of results.
- Parameters:
 nextToken- A pagination token to request the next page of results.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -