Interface GetDataQualityModelResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetDataQualityModelResponse.Builder,
,GetDataQualityModelResponse> GlueResponse.Builder
,SdkBuilder<GetDataQualityModelResponse.Builder,
,GetDataQualityModelResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetDataQualityModelResponse
public static interface GetDataQualityModelResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetDataQualityModelResponse.Builder,GetDataQualityModelResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncompletedOn
(Instant completedOn) The timestamp when the data quality model training completed.failureReason
(String failureReason) The training failure reason.The timestamp when the data quality model training started.The training status of the data quality model.status
(DataQualityModelStatus status) The training status of the data quality model.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
-
status
The training status of the data quality model.
- Parameters:
status
- The training status of the data quality model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The training status of the data quality model.
- Parameters:
status
- The training status of the data quality model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
startedOn
The timestamp when the data quality model training started.
- Parameters:
startedOn
- The timestamp when the data quality model training started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
completedOn
The timestamp when the data quality model training completed.
- Parameters:
completedOn
- The timestamp when the data quality model training completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureReason
The training failure reason.
- Parameters:
failureReason
- The training failure reason.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-