Interface TrainingDatasetSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<TrainingDatasetSummary.Builder,,- TrainingDatasetSummary> - SdkBuilder<TrainingDatasetSummary.Builder,,- TrainingDatasetSummary> - SdkPojo
- Enclosing class:
- TrainingDatasetSummary
@Mutable
@NotThreadSafe
public static interface TrainingDatasetSummary.Builder
extends SdkPojo, CopyableBuilder<TrainingDatasetSummary.Builder,TrainingDatasetSummary> 
- 
Method SummaryModifier and TypeMethodDescriptioncreateTime(Instant createTime) The time at which the training dataset was created.description(String description) The description of the training dataset.The name of the training dataset.The status of the training dataset.status(TrainingDatasetStatus status) The status of the training dataset.trainingDatasetArn(String trainingDatasetArn) The Amazon Resource Name (ARN) of the training dataset.updateTime(Instant updateTime) The most recent time at which the training dataset was updated.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- 
createTimeThe time at which the training dataset was created. - Parameters:
- createTime- The time at which the training dataset was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
updateTimeThe most recent time at which the training dataset was updated. - Parameters:
- updateTime- The most recent time at which the training dataset was updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
trainingDatasetArnThe Amazon Resource Name (ARN) of the training dataset. - Parameters:
- trainingDatasetArn- The Amazon Resource Name (ARN) of the training dataset.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameThe name of the training dataset. - Parameters:
- name- The name of the training dataset.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe status of the training dataset. - Parameters:
- status- The status of the training dataset.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe status of the training dataset. - Parameters:
- status- The status of the training dataset.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
descriptionThe description of the training dataset. - Parameters:
- description- The description of the training dataset.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-