public static interface TrialComponentSourceDetail.Builder extends SdkPojo, CopyableBuilder<TrialComponentSourceDetail.Builder,TrialComponentSourceDetail>
| Modifier and Type | Method and Description |
|---|---|
TrialComponentSourceDetail.Builder |
sourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the source.
|
default TrialComponentSourceDetail.Builder |
trainingJob(Consumer<TrainingJob.Builder> trainingJob)
Sets the value of the TrainingJob property for this object.
|
TrialComponentSourceDetail.Builder |
trainingJob(TrainingJob trainingJob)
Sets the value of the TrainingJob property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTrialComponentSourceDetail.Builder sourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the source.
sourceArn - The Amazon Resource Name (ARN) of the source.TrialComponentSourceDetail.Builder trainingJob(TrainingJob trainingJob)
trainingJob - The new value for the TrainingJob property for this object.default TrialComponentSourceDetail.Builder trainingJob(Consumer<TrainingJob.Builder> trainingJob)
TrainingJob.Builder avoiding the need to create
one manually via TrainingJob.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to trainingJob(TrainingJob).trainingJob - a consumer that will call methods on TrainingJob.BuildertrainingJob(TrainingJob)Copyright © 2020. All rights reserved.