Interface StatusDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StatusDetails.Builder,
,StatusDetails> SdkBuilder<StatusDetails.Builder,
,StatusDetails> SdkPojo
- Enclosing class:
StatusDetails
-
Method Summary
Modifier and TypeMethodDescriptiondefault StatusDetails.Builder
dataProcessingDetails
(Consumer<DataProcessingDetails.Builder> dataProcessingDetails) The status details for the data processing sub-task of the job.dataProcessingDetails
(DataProcessingDetails dataProcessingDetails) The status details for the data processing sub-task of the job.default StatusDetails.Builder
trainingDetails
(Consumer<TrainingDetails.Builder> trainingDetails) The status details for the training sub-task of the job.trainingDetails
(TrainingDetails trainingDetails) The status details for the training sub-task of the job.default StatusDetails.Builder
validationDetails
(Consumer<ValidationDetails.Builder> validationDetails) The status details for the validation sub-task of the job.validationDetails
(ValidationDetails validationDetails) The status details for 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
-
validationDetails
The status details for the validation sub-task of the job.
- Parameters:
validationDetails
- The status details for the validation sub-task of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
validationDetails
default StatusDetails.Builder validationDetails(Consumer<ValidationDetails.Builder> validationDetails) The status details for the validation sub-task of the job.
This is a convenience method that creates an instance of theValidationDetails.Builder
avoiding the need to create one manually viaValidationDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tovalidationDetails(ValidationDetails)
.- Parameters:
validationDetails
- a consumer that will call methods onValidationDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dataProcessingDetails
The status details for the data processing sub-task of the job.
- Parameters:
dataProcessingDetails
- The status details for the data processing sub-task of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataProcessingDetails
default StatusDetails.Builder dataProcessingDetails(Consumer<DataProcessingDetails.Builder> dataProcessingDetails) The status details for the data processing sub-task of the job.
This is a convenience method that creates an instance of theDataProcessingDetails.Builder
avoiding the need to create one manually viaDataProcessingDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todataProcessingDetails(DataProcessingDetails)
.- Parameters:
dataProcessingDetails
- a consumer that will call methods onDataProcessingDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
trainingDetails
The status details for the training sub-task of the job.
- Parameters:
trainingDetails
- The status details for the training sub-task of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trainingDetails
The status details for the training sub-task of the job.
This is a convenience method that creates an instance of theTrainingDetails.Builder
avoiding the need to create one manually viaTrainingDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totrainingDetails(TrainingDetails)
.- Parameters:
trainingDetails
- a consumer that will call methods onTrainingDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-