Interface BatchPutDataQualityStatisticAnnotationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<BatchPutDataQualityStatisticAnnotationRequest.Builder,
,BatchPutDataQualityStatisticAnnotationRequest> GlueRequest.Builder
,SdkBuilder<BatchPutDataQualityStatisticAnnotationRequest.Builder,
,BatchPutDataQualityStatisticAnnotationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
BatchPutDataQualityStatisticAnnotationRequest
@Mutable
@NotThreadSafe
public static interface BatchPutDataQualityStatisticAnnotationRequest.Builder
extends GlueRequest.Builder, SdkPojo, CopyableBuilder<BatchPutDataQualityStatisticAnnotationRequest.Builder,BatchPutDataQualityStatisticAnnotationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) Client Token.inclusionAnnotations
(Collection<DatapointInclusionAnnotation> inclusionAnnotations) A list ofDatapointInclusionAnnotation
's.inclusionAnnotations
(Consumer<DatapointInclusionAnnotation.Builder>... inclusionAnnotations) A list ofDatapointInclusionAnnotation
's.inclusionAnnotations
(DatapointInclusionAnnotation... inclusionAnnotations) A list ofDatapointInclusionAnnotation
's.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
inclusionAnnotations
BatchPutDataQualityStatisticAnnotationRequest.Builder inclusionAnnotations(Collection<DatapointInclusionAnnotation> inclusionAnnotations) A list of
DatapointInclusionAnnotation
's.- Parameters:
inclusionAnnotations
- A list ofDatapointInclusionAnnotation
's.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inclusionAnnotations
BatchPutDataQualityStatisticAnnotationRequest.Builder inclusionAnnotations(DatapointInclusionAnnotation... inclusionAnnotations) A list of
DatapointInclusionAnnotation
's.- Parameters:
inclusionAnnotations
- A list ofDatapointInclusionAnnotation
's.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inclusionAnnotations
BatchPutDataQualityStatisticAnnotationRequest.Builder inclusionAnnotations(Consumer<DatapointInclusionAnnotation.Builder>... inclusionAnnotations) A list of
This is a convenience method that creates an instance of theDatapointInclusionAnnotation
's.DatapointInclusionAnnotation.Builder
avoiding the need to create one manually viaDatapointInclusionAnnotation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toinclusionAnnotations(List<DatapointInclusionAnnotation>)
.- Parameters:
inclusionAnnotations
- a consumer that will call methods onDatapointInclusionAnnotation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
clientToken
Client Token.
- Parameters:
clientToken
- Client Token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchPutDataQualityStatisticAnnotationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
BatchPutDataQualityStatisticAnnotationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-