Interface StartPipelineExecutionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartPipelineExecutionRequest.Builder,StartPipelineExecutionRequest>,SageMakerRequest.Builder,SdkBuilder<StartPipelineExecutionRequest.Builder,StartPipelineExecutionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartPipelineExecutionRequest
public static interface StartPipelineExecutionRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<StartPipelineExecutionRequest.Builder,StartPipelineExecutionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StartPipelineExecutionRequest.BuilderclientRequestToken(String clientRequestToken)A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation.StartPipelineExecutionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartPipelineExecutionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default StartPipelineExecutionRequest.BuilderparallelismConfiguration(Consumer<ParallelismConfiguration.Builder> parallelismConfiguration)This configuration, if specified, overrides the parallelism configuration of the parent pipeline for this specific run.StartPipelineExecutionRequest.BuilderparallelismConfiguration(ParallelismConfiguration parallelismConfiguration)This configuration, if specified, overrides the parallelism configuration of the parent pipeline for this specific run.StartPipelineExecutionRequest.BuilderpipelineExecutionDescription(String pipelineExecutionDescription)The description of the pipeline execution.StartPipelineExecutionRequest.BuilderpipelineExecutionDisplayName(String pipelineExecutionDisplayName)The display name of the pipeline execution.StartPipelineExecutionRequest.BuilderpipelineName(String pipelineName)The name or Amazon Resource Name (ARN) of the pipeline.StartPipelineExecutionRequest.BuilderpipelineParameters(Collection<Parameter> pipelineParameters)Contains a list of pipeline parameters.StartPipelineExecutionRequest.BuilderpipelineParameters(Consumer<Parameter.Builder>... pipelineParameters)Contains a list of pipeline parameters.StartPipelineExecutionRequest.BuilderpipelineParameters(Parameter... pipelineParameters)Contains a list of pipeline parameters.default StartPipelineExecutionRequest.BuilderselectiveExecutionConfig(Consumer<SelectiveExecutionConfig.Builder> selectiveExecutionConfig)The selective execution configuration applied to the pipeline run.StartPipelineExecutionRequest.BuilderselectiveExecutionConfig(SelectiveExecutionConfig selectiveExecutionConfig)The selective execution configuration applied to the pipeline run.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
pipelineName
StartPipelineExecutionRequest.Builder pipelineName(String pipelineName)
The name or Amazon Resource Name (ARN) of the pipeline.
- Parameters:
pipelineName- The name or Amazon Resource Name (ARN) of the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelineExecutionDisplayName
StartPipelineExecutionRequest.Builder pipelineExecutionDisplayName(String pipelineExecutionDisplayName)
The display name of the pipeline execution.
- Parameters:
pipelineExecutionDisplayName- The display name of the pipeline execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelineParameters
StartPipelineExecutionRequest.Builder pipelineParameters(Collection<Parameter> pipelineParameters)
Contains a list of pipeline parameters. This list can be empty.
- Parameters:
pipelineParameters- Contains a list of pipeline parameters. This list can be empty.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelineParameters
StartPipelineExecutionRequest.Builder pipelineParameters(Parameter... pipelineParameters)
Contains a list of pipeline parameters. This list can be empty.
- Parameters:
pipelineParameters- Contains a list of pipeline parameters. This list can be empty.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelineParameters
StartPipelineExecutionRequest.Builder pipelineParameters(Consumer<Parameter.Builder>... pipelineParameters)
Contains a list of pipeline parameters. This list can be empty.
This is a convenience method that creates an instance of theParameter.Builderavoiding the need to create one manually viaParameter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#pipelineParameters(List.) - Parameters:
pipelineParameters- a consumer that will call methods onParameter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#pipelineParameters(java.util.Collection)
-
pipelineExecutionDescription
StartPipelineExecutionRequest.Builder pipelineExecutionDescription(String pipelineExecutionDescription)
The description of the pipeline execution.
- Parameters:
pipelineExecutionDescription- The description of the pipeline execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientRequestToken
StartPipelineExecutionRequest.Builder clientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than once.
- Parameters:
clientRequestToken- A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than once.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parallelismConfiguration
StartPipelineExecutionRequest.Builder parallelismConfiguration(ParallelismConfiguration parallelismConfiguration)
This configuration, if specified, overrides the parallelism configuration of the parent pipeline for this specific run.
- Parameters:
parallelismConfiguration- This configuration, if specified, overrides the parallelism configuration of the parent pipeline for this specific run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parallelismConfiguration
default StartPipelineExecutionRequest.Builder parallelismConfiguration(Consumer<ParallelismConfiguration.Builder> parallelismConfiguration)
This configuration, if specified, overrides the parallelism configuration of the parent pipeline for this specific run.
This is a convenience method that creates an instance of theParallelismConfiguration.Builderavoiding the need to create one manually viaParallelismConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toparallelismConfiguration(ParallelismConfiguration).- Parameters:
parallelismConfiguration- a consumer that will call methods onParallelismConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
parallelismConfiguration(ParallelismConfiguration)
-
selectiveExecutionConfig
StartPipelineExecutionRequest.Builder selectiveExecutionConfig(SelectiveExecutionConfig selectiveExecutionConfig)
The selective execution configuration applied to the pipeline run.
- Parameters:
selectiveExecutionConfig- The selective execution configuration applied to the pipeline run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selectiveExecutionConfig
default StartPipelineExecutionRequest.Builder selectiveExecutionConfig(Consumer<SelectiveExecutionConfig.Builder> selectiveExecutionConfig)
The selective execution configuration applied to the pipeline run.
This is a convenience method that creates an instance of theSelectiveExecutionConfig.Builderavoiding the need to create one manually viaSelectiveExecutionConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toselectiveExecutionConfig(SelectiveExecutionConfig).- Parameters:
selectiveExecutionConfig- a consumer that will call methods onSelectiveExecutionConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
selectiveExecutionConfig(SelectiveExecutionConfig)
-
overrideConfiguration
StartPipelineExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartPipelineExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-