Interface AssessmentValidation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AssessmentValidation.Builder,
,AssessmentValidation> SdkBuilder<AssessmentValidation.Builder,
,AssessmentValidation> SdkPojo
- Enclosing class:
AssessmentValidation
@Mutable
@NotThreadSafe
public static interface AssessmentValidation.Builder
extends SdkPojo, CopyableBuilder<AssessmentValidation.Builder,AssessmentValidation>
-
Method Summary
Modifier and TypeMethodDescriptionThe category of the validation test.lastUpdateDateTime
(Instant lastUpdateDateTime) The date and time when the validation test was completed or last updated.The name of the specific validation test performed within the category.The date and time when the validation test was started.The result status of the validation test.statusCode
(String statusCode) A detailed status code providing additional information about the validation result.statusReason
(String statusReason) A human-readable description of the validation result, including any error details or recommendations.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 Details
-
category
The category of the validation test.
- Parameters:
category
- The category of the validation test.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the specific validation test performed within the category.
- Parameters:
name
- The name of the specific validation test performed within the category.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The result status of the validation test. Valid values include
SUCCESS
,FAILED
,PENDING
, andIN_PROGRESS
.- Parameters:
status
- The result status of the validation test. Valid values includeSUCCESS
,FAILED
,PENDING
, andIN_PROGRESS
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusCode
A detailed status code providing additional information about the validation result.
- Parameters:
statusCode
- A detailed status code providing additional information about the validation result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusReason
A human-readable description of the validation result, including any error details or recommendations.
- Parameters:
statusReason
- A human-readable description of the validation result, including any error details or recommendations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
The date and time when the validation test was started.
- Parameters:
startTime
- The date and time when the validation test was started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdateDateTime
The date and time when the validation test was completed or last updated.
- Parameters:
lastUpdateDateTime
- The date and time when the validation test was completed or last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-