Interface PipelineExecutionStepMetadata.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<PipelineExecutionStepMetadata.Builder,PipelineExecutionStepMetadata>
,SdkBuilder<PipelineExecutionStepMetadata.Builder,PipelineExecutionStepMetadata>
,SdkPojo
- Enclosing class:
- PipelineExecutionStepMetadata
public static interface PipelineExecutionStepMetadata.Builder extends SdkPojo, CopyableBuilder<PipelineExecutionStepMetadata.Builder,PipelineExecutionStepMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default PipelineExecutionStepMetadata.Builder
autoMLJob(Consumer<AutoMLJobStepMetadata.Builder> autoMLJob)
The Amazon Resource Name (ARN) of the AutoML job that was run by this step.PipelineExecutionStepMetadata.Builder
autoMLJob(AutoMLJobStepMetadata autoMLJob)
The Amazon Resource Name (ARN) of the AutoML job that was run by this step.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
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
clarifyCheck(Consumer<ClarifyCheckStepMetadata.Builder> clarifyCheck)
Container for the metadata for a Clarify check step.PipelineExecutionStepMetadata.Builder
clarifyCheck(ClarifyCheckStepMetadata clarifyCheck)
Container for the metadata for a Clarify check step.default PipelineExecutionStepMetadata.Builder
condition(Consumer<ConditionStepMetadata.Builder> condition)
The outcome of the condition evaluation that was run by this step execution.PipelineExecutionStepMetadata.Builder
condition(ConditionStepMetadata condition)
The outcome of the condition evaluation that was run by this step execution.default PipelineExecutionStepMetadata.Builder
emr(Consumer<EMRStepMetadata.Builder> emr)
The configurations and outcomes of an Amazon EMR step execution.PipelineExecutionStepMetadata.Builder
emr(EMRStepMetadata emr)
The configurations and outcomes of an Amazon EMR step execution.default PipelineExecutionStepMetadata.Builder
endpoint(Consumer<EndpointStepMetadata.Builder> endpoint)
The endpoint that was invoked during this step execution.PipelineExecutionStepMetadata.Builder
endpoint(EndpointStepMetadata endpoint)
The endpoint that was invoked during this step execution.default PipelineExecutionStepMetadata.Builder
endpointConfig(Consumer<EndpointConfigStepMetadata.Builder> endpointConfig)
The endpoint configuration used to create an endpoint during this step execution.PipelineExecutionStepMetadata.Builder
endpointConfig(EndpointConfigStepMetadata endpointConfig)
The endpoint configuration used to create an endpoint during this step execution.default PipelineExecutionStepMetadata.Builder
fail(Consumer<FailStepMetadata.Builder> fail)
The configurations and outcomes of a Fail step execution.PipelineExecutionStepMetadata.Builder
fail(FailStepMetadata fail)
The configurations and outcomes of a Fail 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
qualityCheck(Consumer<QualityCheckStepMetadata.Builder> qualityCheck)
The configurations and outcomes of the check step execution.PipelineExecutionStepMetadata.Builder
qualityCheck(QualityCheckStepMetadata qualityCheck)
The configurations and outcomes of the check step execution.default PipelineExecutionStepMetadata.Builder
registerModel(Consumer<RegisterModelStepMetadata.Builder> registerModel)
The Amazon Resource Name (ARN) of the model package that the model was registered to by this step execution.PipelineExecutionStepMetadata.Builder
registerModel(RegisterModelStepMetadata registerModel)
The Amazon Resource Name (ARN) of the model package that 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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
trainingJob
PipelineExecutionStepMetadata.Builder trainingJob(TrainingJobStepMetadata trainingJob)
The Amazon Resource Name (ARN) of the training job that was run by this step execution.
- Parameters:
trainingJob
- 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.
-
trainingJob
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 method that creates an instance of theTrainingJobStepMetadata.Builder
avoiding the need to create one manually viaTrainingJobStepMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totrainingJob(TrainingJobStepMetadata)
.- Parameters:
trainingJob
- a consumer that will call methods onTrainingJobStepMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
trainingJob(TrainingJobStepMetadata)
-
processingJob
PipelineExecutionStepMetadata.Builder processingJob(ProcessingJobStepMetadata processingJob)
The Amazon Resource Name (ARN) of the processing job that was run by this step execution.
- Parameters:
processingJob
- The Amazon Resource Name (ARN) of the processing job that was run by this step execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
processingJob
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 method that creates an instance of theProcessingJobStepMetadata.Builder
avoiding the need to create one manually viaProcessingJobStepMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toprocessingJob(ProcessingJobStepMetadata)
.- Parameters:
processingJob
- a consumer that will call methods onProcessingJobStepMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
processingJob(ProcessingJobStepMetadata)
-
transformJob
PipelineExecutionStepMetadata.Builder transformJob(TransformJobStepMetadata transformJob)
The Amazon Resource Name (ARN) of the transform job that was run by this step execution.
- Parameters:
transformJob
- The Amazon Resource Name (ARN) of the transform job that was run by this step execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transformJob
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 method that creates an instance of theTransformJobStepMetadata.Builder
avoiding the need to create one manually viaTransformJobStepMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totransformJob(TransformJobStepMetadata)
.- Parameters:
transformJob
- a consumer that will call methods onTransformJobStepMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
transformJob(TransformJobStepMetadata)
-
tuningJob
PipelineExecutionStepMetadata.Builder tuningJob(TuningJobStepMetaData tuningJob)
The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.
- Parameters:
tuningJob
- The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tuningJob
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 method that creates an instance of theTuningJobStepMetaData.Builder
avoiding the need to create one manually viaTuningJobStepMetaData.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totuningJob(TuningJobStepMetaData)
.- Parameters:
tuningJob
- a consumer that will call methods onTuningJobStepMetaData.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
tuningJob(TuningJobStepMetaData)
-
model
PipelineExecutionStepMetadata.Builder model(ModelStepMetadata model)
The Amazon Resource Name (ARN) of the model that was created by this step execution.
- Parameters:
model
- The Amazon Resource Name (ARN) of the model that was created by this step execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
model
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 method that creates an instance of theModelStepMetadata.Builder
avoiding the need to create one manually viaModelStepMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomodel(ModelStepMetadata)
.- Parameters:
model
- a consumer that will call methods onModelStepMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
model(ModelStepMetadata)
-
registerModel
PipelineExecutionStepMetadata.Builder registerModel(RegisterModelStepMetadata registerModel)
The Amazon Resource Name (ARN) of the model package that the model was registered to by this step execution.
- Parameters:
registerModel
- The Amazon Resource Name (ARN) of the model package that the model was registered to by this step execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registerModel
default PipelineExecutionStepMetadata.Builder registerModel(Consumer<RegisterModelStepMetadata.Builder> registerModel)
The Amazon Resource Name (ARN) of the model package that the model was registered to by this step execution.
This is a convenience method that creates an instance of theRegisterModelStepMetadata.Builder
avoiding the need to create one manually viaRegisterModelStepMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toregisterModel(RegisterModelStepMetadata)
.- Parameters:
registerModel
- a consumer that will call methods onRegisterModelStepMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
registerModel(RegisterModelStepMetadata)
-
condition
PipelineExecutionStepMetadata.Builder condition(ConditionStepMetadata condition)
The outcome of the condition evaluation that was run by this step execution.
- Parameters:
condition
- The outcome of the condition evaluation that was run by this step execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
condition
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 method that creates an instance of theConditionStepMetadata.Builder
avoiding the need to create one manually viaConditionStepMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocondition(ConditionStepMetadata)
.- Parameters:
condition
- a consumer that will call methods onConditionStepMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
condition(ConditionStepMetadata)
-
callback
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.
- Parameters:
callback
- The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of output parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
callback
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 method that creates an instance of theCallbackStepMetadata.Builder
avoiding the need to create one manually viaCallbackStepMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocallback(CallbackStepMetadata)
.- Parameters:
callback
- a consumer that will call methods onCallbackStepMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
callback(CallbackStepMetadata)
-
lambda
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.
- Parameters:
lambda
- The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of output parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lambda
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 method that creates an instance of theLambdaStepMetadata.Builder
avoiding the need to create one manually viaLambdaStepMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolambda(LambdaStepMetadata)
.- Parameters:
lambda
- a consumer that will call methods onLambdaStepMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
lambda(LambdaStepMetadata)
-
emr
PipelineExecutionStepMetadata.Builder emr(EMRStepMetadata emr)
The configurations and outcomes of an Amazon EMR step execution.
- Parameters:
emr
- The configurations and outcomes of an Amazon EMR step execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
emr
default PipelineExecutionStepMetadata.Builder emr(Consumer<EMRStepMetadata.Builder> emr)
The configurations and outcomes of an Amazon EMR step execution.
This is a convenience method that creates an instance of theEMRStepMetadata.Builder
avoiding the need to create one manually viaEMRStepMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toemr(EMRStepMetadata)
.- Parameters:
emr
- a consumer that will call methods onEMRStepMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
emr(EMRStepMetadata)
-
qualityCheck
PipelineExecutionStepMetadata.Builder qualityCheck(QualityCheckStepMetadata qualityCheck)
The configurations and outcomes of the check step execution. This includes:
-
The type of the check conducted.
-
The Amazon S3 URIs of baseline constraints and statistics files to be used for the drift check.
-
The Amazon S3 URIs of newly calculated baseline constraints and statistics.
-
The model package group name provided.
-
The Amazon S3 URI of the violation report if violations detected.
-
The Amazon Resource Name (ARN) of check processing job initiated by the step execution.
-
The Boolean flags indicating if the drift check is skipped.
-
If step property
BaselineUsedForDriftCheck
is set the same asCalculatedBaseline
.
- Parameters:
qualityCheck
- The configurations and outcomes of the check step execution. This includes:-
The type of the check conducted.
-
The Amazon S3 URIs of baseline constraints and statistics files to be used for the drift check.
-
The Amazon S3 URIs of newly calculated baseline constraints and statistics.
-
The model package group name provided.
-
The Amazon S3 URI of the violation report if violations detected.
-
The Amazon Resource Name (ARN) of check processing job initiated by the step execution.
-
The Boolean flags indicating if the drift check is skipped.
-
If step property
BaselineUsedForDriftCheck
is set the same asCalculatedBaseline
.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
qualityCheck
default PipelineExecutionStepMetadata.Builder qualityCheck(Consumer<QualityCheckStepMetadata.Builder> qualityCheck)
The configurations and outcomes of the check step execution. This includes:
-
The type of the check conducted.
-
The Amazon S3 URIs of baseline constraints and statistics files to be used for the drift check.
-
The Amazon S3 URIs of newly calculated baseline constraints and statistics.
-
The model package group name provided.
-
The Amazon S3 URI of the violation report if violations detected.
-
The Amazon Resource Name (ARN) of check processing job initiated by the step execution.
-
The Boolean flags indicating if the drift check is skipped.
-
If step property
BaselineUsedForDriftCheck
is set the same asCalculatedBaseline
.
QualityCheckStepMetadata.Builder
avoiding the need to create one manually viaQualityCheckStepMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toqualityCheck(QualityCheckStepMetadata)
.- Parameters:
qualityCheck
- a consumer that will call methods onQualityCheckStepMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
qualityCheck(QualityCheckStepMetadata)
-
-
clarifyCheck
PipelineExecutionStepMetadata.Builder clarifyCheck(ClarifyCheckStepMetadata clarifyCheck)
Container for the metadata for a Clarify check step. The configurations and outcomes of the check step execution. This includes:
-
The type of the check conducted,
-
The Amazon S3 URIs of baseline constraints and statistics files to be used for the drift check.
-
The Amazon S3 URIs of newly calculated baseline constraints and statistics.
-
The model package group name provided.
-
The Amazon S3 URI of the violation report if violations detected.
-
The Amazon Resource Name (ARN) of check processing job initiated by the step execution.
-
The boolean flags indicating if the drift check is skipped.
-
If step property
BaselineUsedForDriftCheck
is set the same asCalculatedBaseline
.
- Parameters:
clarifyCheck
- Container for the metadata for a Clarify check step. The configurations and outcomes of the check step execution. This includes:-
The type of the check conducted,
-
The Amazon S3 URIs of baseline constraints and statistics files to be used for the drift check.
-
The Amazon S3 URIs of newly calculated baseline constraints and statistics.
-
The model package group name provided.
-
The Amazon S3 URI of the violation report if violations detected.
-
The Amazon Resource Name (ARN) of check processing job initiated by the step execution.
-
The boolean flags indicating if the drift check is skipped.
-
If step property
BaselineUsedForDriftCheck
is set the same asCalculatedBaseline
.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
clarifyCheck
default PipelineExecutionStepMetadata.Builder clarifyCheck(Consumer<ClarifyCheckStepMetadata.Builder> clarifyCheck)
Container for the metadata for a Clarify check step. The configurations and outcomes of the check step execution. This includes:
-
The type of the check conducted,
-
The Amazon S3 URIs of baseline constraints and statistics files to be used for the drift check.
-
The Amazon S3 URIs of newly calculated baseline constraints and statistics.
-
The model package group name provided.
-
The Amazon S3 URI of the violation report if violations detected.
-
The Amazon Resource Name (ARN) of check processing job initiated by the step execution.
-
The boolean flags indicating if the drift check is skipped.
-
If step property
BaselineUsedForDriftCheck
is set the same asCalculatedBaseline
.
ClarifyCheckStepMetadata.Builder
avoiding the need to create one manually viaClarifyCheckStepMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toclarifyCheck(ClarifyCheckStepMetadata)
.- Parameters:
clarifyCheck
- a consumer that will call methods onClarifyCheckStepMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
clarifyCheck(ClarifyCheckStepMetadata)
-
-
fail
PipelineExecutionStepMetadata.Builder fail(FailStepMetadata fail)
The configurations and outcomes of a Fail step execution.
- Parameters:
fail
- The configurations and outcomes of a Fail step execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fail
default PipelineExecutionStepMetadata.Builder fail(Consumer<FailStepMetadata.Builder> fail)
The configurations and outcomes of a Fail step execution.
This is a convenience method that creates an instance of theFailStepMetadata.Builder
avoiding the need to create one manually viaFailStepMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofail(FailStepMetadata)
.- Parameters:
fail
- a consumer that will call methods onFailStepMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
fail(FailStepMetadata)
-
autoMLJob
PipelineExecutionStepMetadata.Builder autoMLJob(AutoMLJobStepMetadata autoMLJob)
The Amazon Resource Name (ARN) of the AutoML job that was run by this step.
- Parameters:
autoMLJob
- The Amazon Resource Name (ARN) of the AutoML job that was run by this step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoMLJob
default PipelineExecutionStepMetadata.Builder autoMLJob(Consumer<AutoMLJobStepMetadata.Builder> autoMLJob)
The Amazon Resource Name (ARN) of the AutoML job that was run by this step.
This is a convenience method that creates an instance of theAutoMLJobStepMetadata.Builder
avoiding the need to create one manually viaAutoMLJobStepMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toautoMLJob(AutoMLJobStepMetadata)
.- Parameters:
autoMLJob
- a consumer that will call methods onAutoMLJobStepMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
autoMLJob(AutoMLJobStepMetadata)
-
endpoint
PipelineExecutionStepMetadata.Builder endpoint(EndpointStepMetadata endpoint)
The endpoint that was invoked during this step execution.
- Parameters:
endpoint
- The endpoint that was invoked during this step execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpoint
default PipelineExecutionStepMetadata.Builder endpoint(Consumer<EndpointStepMetadata.Builder> endpoint)
The endpoint that was invoked during this step execution.
This is a convenience method that creates an instance of theEndpointStepMetadata.Builder
avoiding the need to create one manually viaEndpointStepMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toendpoint(EndpointStepMetadata)
.- Parameters:
endpoint
- a consumer that will call methods onEndpointStepMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
endpoint(EndpointStepMetadata)
-
endpointConfig
PipelineExecutionStepMetadata.Builder endpointConfig(EndpointConfigStepMetadata endpointConfig)
The endpoint configuration used to create an endpoint during this step execution.
- Parameters:
endpointConfig
- The endpoint configuration used to create an endpoint during this step execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointConfig
default PipelineExecutionStepMetadata.Builder endpointConfig(Consumer<EndpointConfigStepMetadata.Builder> endpointConfig)
The endpoint configuration used to create an endpoint during this step execution.
This is a convenience method that creates an instance of theEndpointConfigStepMetadata.Builder
avoiding the need to create one manually viaEndpointConfigStepMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toendpointConfig(EndpointConfigStepMetadata)
.- Parameters:
endpointConfig
- a consumer that will call methods onEndpointConfigStepMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
endpointConfig(EndpointConfigStepMetadata)
-
-