Interface ClarifyCheckStepMetadata.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ClarifyCheckStepMetadata.Builder,ClarifyCheckStepMetadata>,SdkBuilder<ClarifyCheckStepMetadata.Builder,ClarifyCheckStepMetadata>,SdkPojo
- Enclosing class:
- ClarifyCheckStepMetadata
public static interface ClarifyCheckStepMetadata.Builder extends SdkPojo, CopyableBuilder<ClarifyCheckStepMetadata.Builder,ClarifyCheckStepMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClarifyCheckStepMetadata.BuilderbaselineUsedForDriftCheckConstraints(String baselineUsedForDriftCheckConstraints)The Amazon S3 URI of baseline constraints file to be used for the drift check.ClarifyCheckStepMetadata.BuildercalculatedBaselineConstraints(String calculatedBaselineConstraints)The Amazon S3 URI of the newly calculated baseline constraints file.ClarifyCheckStepMetadata.BuildercheckJobArn(String checkJobArn)The Amazon Resource Name (ARN) of the check processing job that was run by this step's execution.ClarifyCheckStepMetadata.BuildercheckType(String checkType)The type of the Clarify Check stepClarifyCheckStepMetadata.BuildermodelPackageGroupName(String modelPackageGroupName)The model package group name.ClarifyCheckStepMetadata.BuilderregisterNewBaseline(Boolean registerNewBaseline)This flag indicates if a newly calculated baseline can be accessed through step propertiesBaselineUsedForDriftCheckConstraintsandBaselineUsedForDriftCheckStatistics.ClarifyCheckStepMetadata.BuilderskipCheck(Boolean skipCheck)This flag indicates if the drift check against the previous baseline will be skipped or not.ClarifyCheckStepMetadata.BuilderviolationReport(String violationReport)The Amazon S3 URI of the violation report if violations are detected.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
checkType
ClarifyCheckStepMetadata.Builder checkType(String checkType)
The type of the Clarify Check step
- Parameters:
checkType- The type of the Clarify Check step- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
baselineUsedForDriftCheckConstraints
ClarifyCheckStepMetadata.Builder baselineUsedForDriftCheckConstraints(String baselineUsedForDriftCheckConstraints)
The Amazon S3 URI of baseline constraints file to be used for the drift check.
- Parameters:
baselineUsedForDriftCheckConstraints- The Amazon S3 URI of baseline constraints file to be used for the drift check.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
calculatedBaselineConstraints
ClarifyCheckStepMetadata.Builder calculatedBaselineConstraints(String calculatedBaselineConstraints)
The Amazon S3 URI of the newly calculated baseline constraints file.
- Parameters:
calculatedBaselineConstraints- The Amazon S3 URI of the newly calculated baseline constraints file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelPackageGroupName
ClarifyCheckStepMetadata.Builder modelPackageGroupName(String modelPackageGroupName)
The model package group name.
- Parameters:
modelPackageGroupName- The model package group name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
violationReport
ClarifyCheckStepMetadata.Builder violationReport(String violationReport)
The Amazon S3 URI of the violation report if violations are detected.
- Parameters:
violationReport- The Amazon S3 URI of the violation report if violations are detected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
checkJobArn
ClarifyCheckStepMetadata.Builder checkJobArn(String checkJobArn)
The Amazon Resource Name (ARN) of the check processing job that was run by this step's execution.
- Parameters:
checkJobArn- The Amazon Resource Name (ARN) of the check processing job that was run by this step's execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
skipCheck
ClarifyCheckStepMetadata.Builder skipCheck(Boolean skipCheck)
This flag indicates if the drift check against the previous baseline will be skipped or not. If it is set to
False, the previous baseline of the configured check type must be available.- Parameters:
skipCheck- This flag indicates if the drift check against the previous baseline will be skipped or not. If it is set toFalse, the previous baseline of the configured check type must be available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registerNewBaseline
ClarifyCheckStepMetadata.Builder registerNewBaseline(Boolean registerNewBaseline)
This flag indicates if a newly calculated baseline can be accessed through step properties
BaselineUsedForDriftCheckConstraintsandBaselineUsedForDriftCheckStatistics. If it is set toFalse, the previous baseline of the configured check type must also be available. These can be accessed through theBaselineUsedForDriftCheckConstraintsproperty.- Parameters:
registerNewBaseline- This flag indicates if a newly calculated baseline can be accessed through step propertiesBaselineUsedForDriftCheckConstraintsandBaselineUsedForDriftCheckStatistics. If it is set toFalse, the previous baseline of the configured check type must also be available. These can be accessed through theBaselineUsedForDriftCheckConstraintsproperty.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-