Interface DatapointInclusionAnnotation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DatapointInclusionAnnotation.Builder,
,DatapointInclusionAnnotation> SdkBuilder<DatapointInclusionAnnotation.Builder,
,DatapointInclusionAnnotation> SdkPojo
- Enclosing class:
DatapointInclusionAnnotation
public static interface DatapointInclusionAnnotation.Builder
extends SdkPojo, CopyableBuilder<DatapointInclusionAnnotation.Builder,DatapointInclusionAnnotation>
-
Method Summary
Modifier and TypeMethodDescriptioninclusionAnnotation
(String inclusionAnnotation) The inclusion annotation value to apply to the statistic.inclusionAnnotation
(InclusionAnnotationValue inclusionAnnotation) The inclusion annotation value to apply to the statistic.The ID of the data quality profile the statistic belongs to.statisticId
(String statisticId) The Statistic ID.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
profileId
The ID of the data quality profile the statistic belongs to.
- Parameters:
profileId
- The ID of the data quality profile the statistic belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statisticId
The Statistic ID.
- Parameters:
statisticId
- The Statistic ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inclusionAnnotation
The inclusion annotation value to apply to the statistic.
- Parameters:
inclusionAnnotation
- The inclusion annotation value to apply to the statistic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
inclusionAnnotation
DatapointInclusionAnnotation.Builder inclusionAnnotation(InclusionAnnotationValue inclusionAnnotation) The inclusion annotation value to apply to the statistic.
- Parameters:
inclusionAnnotation
- The inclusion annotation value to apply to the statistic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-