Interface BatchPutDataQualityStatisticAnnotationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<BatchPutDataQualityStatisticAnnotationResponse.Builder,
,BatchPutDataQualityStatisticAnnotationResponse> GlueResponse.Builder
,SdkBuilder<BatchPutDataQualityStatisticAnnotationResponse.Builder,
,BatchPutDataQualityStatisticAnnotationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
BatchPutDataQualityStatisticAnnotationResponse
public static interface BatchPutDataQualityStatisticAnnotationResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<BatchPutDataQualityStatisticAnnotationResponse.Builder,BatchPutDataQualityStatisticAnnotationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionfailedInclusionAnnotations
(Collection<AnnotationError> failedInclusionAnnotations) A list ofAnnotationError
's.failedInclusionAnnotations
(Consumer<AnnotationError.Builder>... failedInclusionAnnotations) A list ofAnnotationError
's.failedInclusionAnnotations
(AnnotationError... failedInclusionAnnotations) A list ofAnnotationError
's.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
-
failedInclusionAnnotations
BatchPutDataQualityStatisticAnnotationResponse.Builder failedInclusionAnnotations(Collection<AnnotationError> failedInclusionAnnotations) A list of
AnnotationError
's.- Parameters:
failedInclusionAnnotations
- A list ofAnnotationError
's.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedInclusionAnnotations
BatchPutDataQualityStatisticAnnotationResponse.Builder failedInclusionAnnotations(AnnotationError... failedInclusionAnnotations) A list of
AnnotationError
's.- Parameters:
failedInclusionAnnotations
- A list ofAnnotationError
's.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedInclusionAnnotations
BatchPutDataQualityStatisticAnnotationResponse.Builder failedInclusionAnnotations(Consumer<AnnotationError.Builder>... failedInclusionAnnotations) A list of
This is a convenience method that creates an instance of theAnnotationError
's.AnnotationError.Builder
avoiding the need to create one manually viaAnnotationError.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofailedInclusionAnnotations(List<AnnotationError>)
.- Parameters:
failedInclusionAnnotations
- a consumer that will call methods onAnnotationError.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-