Interface ValidationDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ValidationDetails.Builder,
,ValidationDetails> SdkBuilder<ValidationDetails.Builder,
,ValidationDetails> SdkPojo
- Enclosing class:
ValidationDetails
@Mutable
@NotThreadSafe
public static interface ValidationDetails.Builder
extends SdkPojo, CopyableBuilder<ValidationDetails.Builder,ValidationDetails>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) The start time of the validation sub-task of the job.lastModifiedTime
(Instant lastModifiedTime) The latest update to the validation sub-task of the job.The status of the validation sub-task of the job.status
(JobStatusDetails status) The status of the validation sub-task of the job.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
-
status
The status of the validation sub-task of the job.
- Parameters:
status
- The status of the validation sub-task of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the validation sub-task of the job.
- Parameters:
status
- The status of the validation sub-task of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationTime
The start time of the validation sub-task of the job.
- Parameters:
creationTime
- The start time of the validation sub-task of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
The latest update to the validation sub-task of the job.
- Parameters:
lastModifiedTime
- The latest update to the validation sub-task of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-