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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDataQualityStatisticsResponse.BuildernextToken(String nextToken)A pagination token to request the next page of results.ListDataQualityStatisticsResponse.Builderstatistics(Collection<StatisticSummary> statistics)AStatisticSummaryList.ListDataQualityStatisticsResponse.Builderstatistics(Consumer<StatisticSummary.Builder>... statistics)AStatisticSummaryList.ListDataQualityStatisticsResponse.Builderstatistics(StatisticSummary... statistics)AStatisticSummaryList.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
statistics
ListDataQualityStatisticsResponse.Builder statistics(Collection<StatisticSummary> 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(StatisticSummary... 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 to#statistics(List.) - 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:
#statistics(java.util.Collection)
-
nextToken
ListDataQualityStatisticsResponse.Builder nextToken(String 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.
-
-