Interface TrainingDetails.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<TrainingDetails.Builder,,- TrainingDetails> - SdkBuilder<TrainingDetails.Builder,,- TrainingDetails> - SdkPojo
- Enclosing class:
- TrainingDetails
@Mutable
@NotThreadSafe
public static interface TrainingDetails.Builder
extends SdkPojo, CopyableBuilder<TrainingDetails.Builder,TrainingDetails> 
- 
Method SummaryModifier and TypeMethodDescriptioncreationTime(Instant creationTime) The start time of the training sub-task of the job.lastModifiedTime(Instant lastModifiedTime) The latest update to the training sub-task of the job.The status of the training sub-task of the job.status(JobStatusDetails status) The status of the training sub-task of the job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
statusThe status of the training sub-task of the job. - Parameters:
- status- The status of the training sub-task of the job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe status of the training sub-task of the job. - Parameters:
- status- The status of the training sub-task of the job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
creationTimeThe start time of the training sub-task of the job. - Parameters:
- creationTime- The start time of the training sub-task of the job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastModifiedTimeThe latest update to the training sub-task of the job. - Parameters:
- lastModifiedTime- The latest update to the training sub-task of the job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-