Interface TrialComponentSourceDetail.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<TrialComponentSourceDetail.Builder,,- TrialComponentSourceDetail> - SdkBuilder<TrialComponentSourceDetail.Builder,,- TrialComponentSourceDetail> - SdkPojo
- Enclosing class:
- TrialComponentSourceDetail
- 
Method SummaryModifier and TypeMethodDescriptionprocessingJob(Consumer<ProcessingJob.Builder> processingJob) Information about a processing job that's the source of a trial component.processingJob(ProcessingJob processingJob) Information about a processing job that's the source of a trial component.The Amazon Resource Name (ARN) of the source.trainingJob(Consumer<TrainingJob.Builder> trainingJob) Information about a training job that's the source of a trial component.trainingJob(TrainingJob trainingJob) Information about a training job that's the source of a trial component.transformJob(Consumer<TransformJob.Builder> transformJob) Information about a transform job that's the source of a trial component.transformJob(TransformJob transformJob) Information about a transform job that's the source of a trial component.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- 
sourceArnThe Amazon Resource Name (ARN) of the source. - Parameters:
- sourceArn- The Amazon Resource Name (ARN) of the source.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
trainingJobInformation about a training job that's the source of a trial component. - Parameters:
- trainingJob- Information about a training job that's the source of a trial component.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
trainingJobInformation about a training job that's the source of a trial component. This is a convenience method that creates an instance of theTrainingJob.Builderavoiding the need to create one manually viaTrainingJob.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totrainingJob(TrainingJob).- Parameters:
- trainingJob- a consumer that will call methods on- TrainingJob.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
processingJobInformation about a processing job that's the source of a trial component. - Parameters:
- processingJob- Information about a processing job that's the source of a trial component.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
processingJobdefault TrialComponentSourceDetail.Builder processingJob(Consumer<ProcessingJob.Builder> processingJob) Information about a processing job that's the source of a trial component. This is a convenience method that creates an instance of theProcessingJob.Builderavoiding the need to create one manually viaProcessingJob.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprocessingJob(ProcessingJob).- Parameters:
- processingJob- a consumer that will call methods on- ProcessingJob.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
transformJobInformation about a transform job that's the source of a trial component. - Parameters:
- transformJob- Information about a transform job that's the source of a trial component.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
transformJobdefault TrialComponentSourceDetail.Builder transformJob(Consumer<TransformJob.Builder> transformJob) Information about a transform job that's the source of a trial component. This is a convenience method that creates an instance of theTransformJob.Builderavoiding the need to create one manually viaTransformJob.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totransformJob(TransformJob).- Parameters:
- transformJob- a consumer that will call methods on- TransformJob.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-