Interface ListDataQualityStatisticAnnotationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListDataQualityStatisticAnnotationsResponse.Builder,ListDataQualityStatisticAnnotationsResponse>,GlueResponse.Builder,SdkBuilder<ListDataQualityStatisticAnnotationsResponse.Builder,ListDataQualityStatisticAnnotationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListDataQualityStatisticAnnotationsResponse
public static interface ListDataQualityStatisticAnnotationsResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<ListDataQualityStatisticAnnotationsResponse.Builder,ListDataQualityStatisticAnnotationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDataQualityStatisticAnnotationsResponse.Builderannotations(Collection<StatisticAnnotation> annotations)A list ofStatisticAnnotationapplied to the StatisticListDataQualityStatisticAnnotationsResponse.Builderannotations(Consumer<StatisticAnnotation.Builder>... annotations)A list ofStatisticAnnotationapplied to the StatisticListDataQualityStatisticAnnotationsResponse.Builderannotations(StatisticAnnotation... annotations)A list ofStatisticAnnotationapplied to the StatisticListDataQualityStatisticAnnotationsResponse.BuildernextToken(String nextToken)A pagination token to retrieve the next set of results.-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
annotations
ListDataQualityStatisticAnnotationsResponse.Builder annotations(Collection<StatisticAnnotation> annotations)
A list of
StatisticAnnotationapplied to the Statistic- Parameters:
annotations- A list ofStatisticAnnotationapplied to the Statistic- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
annotations
ListDataQualityStatisticAnnotationsResponse.Builder annotations(StatisticAnnotation... annotations)
A list of
StatisticAnnotationapplied to the Statistic- Parameters:
annotations- A list ofStatisticAnnotationapplied to the Statistic- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
annotations
ListDataQualityStatisticAnnotationsResponse.Builder annotations(Consumer<StatisticAnnotation.Builder>... annotations)
A list of
This is a convenience method that creates an instance of theStatisticAnnotationapplied to the StatisticStatisticAnnotation.Builderavoiding the need to create one manually viaStatisticAnnotation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#annotations(List.) - Parameters:
annotations- a consumer that will call methods onStatisticAnnotation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#annotations(java.util.Collection)
-
nextToken
ListDataQualityStatisticAnnotationsResponse.Builder nextToken(String nextToken)
A pagination token to retrieve the next set of results.
- Parameters:
nextToken- A pagination token to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-