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