public static interface TrialComponentSourceDetail.Builder extends SdkPojo, CopyableBuilder<TrialComponentSourceDetail.Builder,TrialComponentSourceDetail>
| Modifier and Type | Method and Description |
|---|---|
default TrialComponentSourceDetail.Builder |
processingJob(Consumer<ProcessingJob.Builder> processingJob)
Information about a processing job that's the source of a trial component.
|
TrialComponentSourceDetail.Builder |
processingJob(ProcessingJob processingJob)
Information about a processing job that's the source of a trial component.
|
TrialComponentSourceDetail.Builder |
sourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the source.
|
default TrialComponentSourceDetail.Builder |
trainingJob(Consumer<TrainingJob.Builder> trainingJob)
Information about a training job that's the source of a trial component.
|
TrialComponentSourceDetail.Builder |
trainingJob(TrainingJob trainingJob)
Information about a training job that's the source of a trial component.
|
default TrialComponentSourceDetail.Builder |
transformJob(Consumer<TransformJob.Builder> transformJob)
Information about a transform job that's the source of a trial component.
|
TrialComponentSourceDetail.Builder |
transformJob(TransformJob transformJob)
Information about a transform job that's the source of a trial component.
|
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)
Information about a training job that's the source of a trial component.
trainingJob - Information about a training job that's the source of a trial component.default TrialComponentSourceDetail.Builder trainingJob(Consumer<TrainingJob.Builder> trainingJob)
Information about a training job that's the source of a trial component.
This is a convenience that creates an instance of theTrainingJob.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)TrialComponentSourceDetail.Builder processingJob(ProcessingJob processingJob)
Information about a processing job that's the source of a trial component.
processingJob - Information about a processing job that's the source of a trial component.default TrialComponentSourceDetail.Builder processingJob(Consumer<ProcessingJob.Builder> processingJob)
Information about a processing job that's the source of a trial component.
This is a convenience that creates an instance of theProcessingJob.Builder avoiding the need to
create one manually via ProcessingJob.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to processingJob(ProcessingJob).processingJob - a consumer that will call methods on ProcessingJob.BuilderprocessingJob(ProcessingJob)TrialComponentSourceDetail.Builder transformJob(TransformJob transformJob)
Information about a transform job that's the source of a trial component.
transformJob - Information about a transform job that's the source of a trial component.default TrialComponentSourceDetail.Builder transformJob(Consumer<TransformJob.Builder> transformJob)
Information about a transform job that's the source of a trial component.
This is a convenience that creates an instance of theTransformJob.Builder avoiding the need to
create one manually via TransformJob.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to transformJob(TransformJob).transformJob - a consumer that will call methods on TransformJob.BuildertransformJob(TransformJob)Copyright © 2020. All rights reserved.