Interface DescribePipelineExecutionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribePipelineExecutionResponse.Builder,
,DescribePipelineExecutionResponse> SageMakerResponse.Builder
,SdkBuilder<DescribePipelineExecutionResponse.Builder,
,DescribePipelineExecutionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribePipelineExecutionResponse
-
Method Summary
Modifier and TypeMethodDescriptioncreatedBy
(Consumer<UserContext.Builder> createdBy) Sets the value of the CreatedBy property for this object.createdBy
(UserContext createdBy) Sets the value of the CreatedBy property for this object.creationTime
(Instant creationTime) The time when the pipeline execution was created.failureReason
(String failureReason) If the execution failed, a message describing why.lastModifiedBy
(Consumer<UserContext.Builder> lastModifiedBy) Sets the value of the LastModifiedBy property for this object.lastModifiedBy
(UserContext lastModifiedBy) Sets the value of the LastModifiedBy property for this object.lastModifiedTime
(Instant lastModifiedTime) The time when the pipeline execution was modified last.parallelismConfiguration
(Consumer<ParallelismConfiguration.Builder> parallelismConfiguration) The parallelism configuration applied to the pipeline.parallelismConfiguration
(ParallelismConfiguration parallelismConfiguration) The parallelism configuration applied to the pipeline.pipelineArn
(String pipelineArn) The Amazon Resource Name (ARN) of the pipeline.pipelineExecutionArn
(String pipelineExecutionArn) The Amazon Resource Name (ARN) of the pipeline execution.pipelineExecutionDescription
(String pipelineExecutionDescription) The description of the pipeline execution.pipelineExecutionDisplayName
(String pipelineExecutionDisplayName) The display name of the pipeline execution.pipelineExecutionStatus
(String pipelineExecutionStatus) The status of the pipeline execution.pipelineExecutionStatus
(PipelineExecutionStatus pipelineExecutionStatus) The status of the pipeline execution.pipelineExperimentConfig
(Consumer<PipelineExperimentConfig.Builder> pipelineExperimentConfig) Sets the value of the PipelineExperimentConfig property for this object.pipelineExperimentConfig
(PipelineExperimentConfig pipelineExperimentConfig) Sets the value of the PipelineExperimentConfig property for this object.selectiveExecutionConfig
(Consumer<SelectiveExecutionConfig.Builder> selectiveExecutionConfig) The selective execution configuration applied to the pipeline run.selectiveExecutionConfig
(SelectiveExecutionConfig selectiveExecutionConfig) The selective execution configuration applied to the pipeline run.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
pipelineArn
The Amazon Resource Name (ARN) of the pipeline.
- Parameters:
pipelineArn
- The Amazon Resource Name (ARN) of the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelineExecutionArn
The Amazon Resource Name (ARN) of the pipeline execution.
- Parameters:
pipelineExecutionArn
- The Amazon Resource Name (ARN) of the pipeline execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelineExecutionDisplayName
DescribePipelineExecutionResponse.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.
-
pipelineExecutionStatus
The status of the pipeline execution.
- Parameters:
pipelineExecutionStatus
- The status of the pipeline execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pipelineExecutionStatus
DescribePipelineExecutionResponse.Builder pipelineExecutionStatus(PipelineExecutionStatus pipelineExecutionStatus) The status of the pipeline execution.
- Parameters:
pipelineExecutionStatus
- The status of the pipeline execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pipelineExecutionDescription
DescribePipelineExecutionResponse.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.
-
pipelineExperimentConfig
DescribePipelineExecutionResponse.Builder pipelineExperimentConfig(PipelineExperimentConfig pipelineExperimentConfig) Sets the value of the PipelineExperimentConfig property for this object.- Parameters:
pipelineExperimentConfig
- The new value for the PipelineExperimentConfig property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelineExperimentConfig
default DescribePipelineExecutionResponse.Builder pipelineExperimentConfig(Consumer<PipelineExperimentConfig.Builder> pipelineExperimentConfig) Sets the value of the PipelineExperimentConfig property for this object. This is a convenience method that creates an instance of thePipelineExperimentConfig.Builder
avoiding the need to create one manually viaPipelineExperimentConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topipelineExperimentConfig(PipelineExperimentConfig)
.- Parameters:
pipelineExperimentConfig
- a consumer that will call methods onPipelineExperimentConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failureReason
If the execution failed, a message describing why.
- Parameters:
failureReason
- If the execution failed, a message describing why.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The time when the pipeline execution was created.
- Parameters:
creationTime
- The time when the pipeline execution was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
The time when the pipeline execution was modified last.
- Parameters:
lastModifiedTime
- The time when the pipeline execution was modified last.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
Sets the value of the CreatedBy property for this object.- Parameters:
createdBy
- The new value for the CreatedBy property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
default DescribePipelineExecutionResponse.Builder createdBy(Consumer<UserContext.Builder> createdBy) Sets the value of the CreatedBy property for this object. This is a convenience method that creates an instance of theUserContext.Builder
avoiding the need to create one manually viaUserContext.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocreatedBy(UserContext)
.- Parameters:
createdBy
- a consumer that will call methods onUserContext.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastModifiedBy
Sets the value of the LastModifiedBy property for this object.- Parameters:
lastModifiedBy
- The new value for the LastModifiedBy property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedBy
default DescribePipelineExecutionResponse.Builder lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy) Sets the value of the LastModifiedBy property for this object. This is a convenience method that creates an instance of theUserContext.Builder
avoiding the need to create one manually viaUserContext.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolastModifiedBy(UserContext)
.- Parameters:
lastModifiedBy
- a consumer that will call methods onUserContext.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
parallelismConfiguration
DescribePipelineExecutionResponse.Builder parallelismConfiguration(ParallelismConfiguration parallelismConfiguration) The parallelism configuration applied to the pipeline.
- Parameters:
parallelismConfiguration
- The parallelism configuration applied to the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parallelismConfiguration
default DescribePipelineExecutionResponse.Builder parallelismConfiguration(Consumer<ParallelismConfiguration.Builder> parallelismConfiguration) The parallelism configuration applied to the pipeline.
This is a convenience method that creates an instance of theParallelismConfiguration.Builder
avoiding the need to create one manually viaParallelismConfiguration.builder()
.When the
Consumer
completes,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:
-
selectiveExecutionConfig
DescribePipelineExecutionResponse.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 DescribePipelineExecutionResponse.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.Builder
avoiding the need to create one manually viaSelectiveExecutionConfig.builder()
.When the
Consumer
completes,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:
-