Interface TrainingJobStepMetadata.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<TrainingJobStepMetadata.Builder,,TrainingJobStepMetadata> SdkBuilder<TrainingJobStepMetadata.Builder,,TrainingJobStepMetadata> SdkPojo
- Enclosing class:
 TrainingJobStepMetadata
public static interface TrainingJobStepMetadata.Builder
extends SdkPojo, CopyableBuilder<TrainingJobStepMetadata.Builder,TrainingJobStepMetadata> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the training job that was run by this step execution.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
arn
The Amazon Resource Name (ARN) of the training job that was run by this step execution.
- Parameters:
 arn- The Amazon Resource Name (ARN) of the training job that was run by this step execution.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -