public static interface PipelineExecutionStepMetadata.Builder extends SdkPojo, CopyableBuilder<PipelineExecutionStepMetadata.Builder,PipelineExecutionStepMetadata>
| Modifier and Type | Method and Description |
|---|---|
PipelineExecutionStepMetadata.Builder |
callback(CallbackStepMetadata callback)
The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of
output parameters.
|
default PipelineExecutionStepMetadata.Builder |
callback(Consumer<CallbackStepMetadata.Builder> callback)
The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of
output parameters.
|
PipelineExecutionStepMetadata.Builder |
condition(ConditionStepMetadata condition)
The outcome of the condition evaluation that was run by this step execution.
|
default PipelineExecutionStepMetadata.Builder |
condition(Consumer<ConditionStepMetadata.Builder> condition)
The outcome of the condition evaluation that was run by this step execution.
|
default PipelineExecutionStepMetadata.Builder |
lambda(Consumer<LambdaStepMetadata.Builder> lambda)
The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of
output parameters.
|
PipelineExecutionStepMetadata.Builder |
lambda(LambdaStepMetadata lambda)
The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of
output parameters.
|
default PipelineExecutionStepMetadata.Builder |
model(Consumer<ModelStepMetadata.Builder> model)
The Amazon Resource Name (ARN) of the model that was created by this step execution.
|
PipelineExecutionStepMetadata.Builder |
model(ModelStepMetadata model)
The Amazon Resource Name (ARN) of the model that was created by this step execution.
|
default PipelineExecutionStepMetadata.Builder |
processingJob(Consumer<ProcessingJobStepMetadata.Builder> processingJob)
The Amazon Resource Name (ARN) of the processing job that was run by this step execution.
|
PipelineExecutionStepMetadata.Builder |
processingJob(ProcessingJobStepMetadata processingJob)
The Amazon Resource Name (ARN) of the processing job that was run by this step execution.
|
default PipelineExecutionStepMetadata.Builder |
registerModel(Consumer<RegisterModelStepMetadata.Builder> registerModel)
The Amazon Resource Name (ARN) of the model package the model was registered to by this step execution.
|
PipelineExecutionStepMetadata.Builder |
registerModel(RegisterModelStepMetadata registerModel)
The Amazon Resource Name (ARN) of the model package the model was registered to by this step execution.
|
default PipelineExecutionStepMetadata.Builder |
trainingJob(Consumer<TrainingJobStepMetadata.Builder> trainingJob)
The Amazon Resource Name (ARN) of the training job that was run by this step execution.
|
PipelineExecutionStepMetadata.Builder |
trainingJob(TrainingJobStepMetadata trainingJob)
The Amazon Resource Name (ARN) of the training job that was run by this step execution.
|
default PipelineExecutionStepMetadata.Builder |
transformJob(Consumer<TransformJobStepMetadata.Builder> transformJob)
The Amazon Resource Name (ARN) of the transform job that was run by this step execution.
|
PipelineExecutionStepMetadata.Builder |
transformJob(TransformJobStepMetadata transformJob)
The Amazon Resource Name (ARN) of the transform job that was run by this step execution.
|
default PipelineExecutionStepMetadata.Builder |
tuningJob(Consumer<TuningJobStepMetaData.Builder> tuningJob)
The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.
|
PipelineExecutionStepMetadata.Builder |
tuningJob(TuningJobStepMetaData tuningJob)
The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPipelineExecutionStepMetadata.Builder trainingJob(TrainingJobStepMetadata trainingJob)
The Amazon Resource Name (ARN) of the training job that was run by this step execution.
trainingJob - The Amazon Resource Name (ARN) of the training job that was run by this step execution.default PipelineExecutionStepMetadata.Builder trainingJob(Consumer<TrainingJobStepMetadata.Builder> trainingJob)
The Amazon Resource Name (ARN) of the training job that was run by this step execution.
This is a convenience that creates an instance of theTrainingJobStepMetadata.Builder avoiding the
need to create one manually via TrainingJobStepMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to trainingJob(TrainingJobStepMetadata).trainingJob - a consumer that will call methods on TrainingJobStepMetadata.BuildertrainingJob(TrainingJobStepMetadata)PipelineExecutionStepMetadata.Builder processingJob(ProcessingJobStepMetadata processingJob)
The Amazon Resource Name (ARN) of the processing job that was run by this step execution.
processingJob - The Amazon Resource Name (ARN) of the processing job that was run by this step execution.default PipelineExecutionStepMetadata.Builder processingJob(Consumer<ProcessingJobStepMetadata.Builder> processingJob)
The Amazon Resource Name (ARN) of the processing job that was run by this step execution.
This is a convenience that creates an instance of theProcessingJobStepMetadata.Builder avoiding the
need to create one manually via ProcessingJobStepMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to processingJob(ProcessingJobStepMetadata).processingJob - a consumer that will call methods on ProcessingJobStepMetadata.BuilderprocessingJob(ProcessingJobStepMetadata)PipelineExecutionStepMetadata.Builder transformJob(TransformJobStepMetadata transformJob)
The Amazon Resource Name (ARN) of the transform job that was run by this step execution.
transformJob - The Amazon Resource Name (ARN) of the transform job that was run by this step execution.default PipelineExecutionStepMetadata.Builder transformJob(Consumer<TransformJobStepMetadata.Builder> transformJob)
The Amazon Resource Name (ARN) of the transform job that was run by this step execution.
This is a convenience that creates an instance of theTransformJobStepMetadata.Builder avoiding the
need to create one manually via TransformJobStepMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to transformJob(TransformJobStepMetadata).transformJob - a consumer that will call methods on TransformJobStepMetadata.BuildertransformJob(TransformJobStepMetadata)PipelineExecutionStepMetadata.Builder tuningJob(TuningJobStepMetaData tuningJob)
The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.
tuningJob - The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.default PipelineExecutionStepMetadata.Builder tuningJob(Consumer<TuningJobStepMetaData.Builder> tuningJob)
The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.
This is a convenience that creates an instance of theTuningJobStepMetaData.Builder avoiding the need
to create one manually via TuningJobStepMetaData.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to tuningJob(TuningJobStepMetaData).tuningJob - a consumer that will call methods on TuningJobStepMetaData.BuildertuningJob(TuningJobStepMetaData)PipelineExecutionStepMetadata.Builder model(ModelStepMetadata model)
The Amazon Resource Name (ARN) of the model that was created by this step execution.
model - The Amazon Resource Name (ARN) of the model that was created by this step execution.default PipelineExecutionStepMetadata.Builder model(Consumer<ModelStepMetadata.Builder> model)
The Amazon Resource Name (ARN) of the model that was created by this step execution.
This is a convenience that creates an instance of theModelStepMetadata.Builder avoiding the need to
create one manually via ModelStepMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to model(ModelStepMetadata).model - a consumer that will call methods on ModelStepMetadata.Buildermodel(ModelStepMetadata)PipelineExecutionStepMetadata.Builder registerModel(RegisterModelStepMetadata registerModel)
The Amazon Resource Name (ARN) of the model package the model was registered to by this step execution.
registerModel - The Amazon Resource Name (ARN) of the model package the model was registered to by this step
execution.default PipelineExecutionStepMetadata.Builder registerModel(Consumer<RegisterModelStepMetadata.Builder> registerModel)
The Amazon Resource Name (ARN) of the model package the model was registered to by this step execution.
This is a convenience that creates an instance of theRegisterModelStepMetadata.Builder avoiding the
need to create one manually via RegisterModelStepMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to registerModel(RegisterModelStepMetadata).registerModel - a consumer that will call methods on RegisterModelStepMetadata.BuilderregisterModel(RegisterModelStepMetadata)PipelineExecutionStepMetadata.Builder condition(ConditionStepMetadata condition)
The outcome of the condition evaluation that was run by this step execution.
condition - The outcome of the condition evaluation that was run by this step execution.default PipelineExecutionStepMetadata.Builder condition(Consumer<ConditionStepMetadata.Builder> condition)
The outcome of the condition evaluation that was run by this step execution.
This is a convenience that creates an instance of theConditionStepMetadata.Builder avoiding the need
to create one manually via ConditionStepMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to condition(ConditionStepMetadata).condition - a consumer that will call methods on ConditionStepMetadata.Buildercondition(ConditionStepMetadata)PipelineExecutionStepMetadata.Builder callback(CallbackStepMetadata callback)
The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of output parameters.
callback - The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list
of output parameters.default PipelineExecutionStepMetadata.Builder callback(Consumer<CallbackStepMetadata.Builder> callback)
The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of output parameters.
This is a convenience that creates an instance of theCallbackStepMetadata.Builder avoiding the need
to create one manually via CallbackStepMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to callback(CallbackStepMetadata).callback - a consumer that will call methods on CallbackStepMetadata.Buildercallback(CallbackStepMetadata)PipelineExecutionStepMetadata.Builder lambda(LambdaStepMetadata lambda)
The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of output parameters.
lambda - The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list
of output parameters.default PipelineExecutionStepMetadata.Builder lambda(Consumer<LambdaStepMetadata.Builder> lambda)
The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of output parameters.
This is a convenience that creates an instance of theLambdaStepMetadata.Builder avoiding the need to
create one manually via LambdaStepMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to lambda(LambdaStepMetadata).lambda - a consumer that will call methods on LambdaStepMetadata.Builderlambda(LambdaStepMetadata)Copyright © 2021. All rights reserved.