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
Modifier and TypeMethodDescriptionannotations
(Collection<StatisticAnnotation> annotations) A list ofStatisticAnnotation
applied to the Statisticannotations
(Consumer<StatisticAnnotation.Builder>... annotations) A list ofStatisticAnnotation
applied to the Statisticannotations
(StatisticAnnotation... annotations) A list ofStatisticAnnotation
applied to the StatisticA 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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
annotations
ListDataQualityStatisticAnnotationsResponse.Builder annotations(Collection<StatisticAnnotation> annotations) A list of
StatisticAnnotation
applied to the Statistic- Parameters:
annotations
- A list ofStatisticAnnotation
applied to the Statistic- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
annotations
A list of
StatisticAnnotation
applied to the Statistic- Parameters:
annotations
- A list ofStatisticAnnotation
applied 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 theStatisticAnnotation
applied to the StatisticStatisticAnnotation.Builder
avoiding the need to create one manually viaStatisticAnnotation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toannotations(List<StatisticAnnotation>)
.- 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:
-
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.
-