public static interface DescribePipelineExecutionResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribePipelineExecutionResponse.Builder,DescribePipelineExecutionResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribePipelineExecutionResponse.Builder |
createdBy(Consumer<UserContext.Builder> createdBy)
Sets the value of the CreatedBy property for this object.
|
DescribePipelineExecutionResponse.Builder |
createdBy(UserContext createdBy)
Sets the value of the CreatedBy property for this object.
|
DescribePipelineExecutionResponse.Builder |
creationTime(Instant creationTime)
The time when the pipeline execution was created.
|
DescribePipelineExecutionResponse.Builder |
failureReason(String failureReason)
If the execution failed, a message describing why.
|
default DescribePipelineExecutionResponse.Builder |
lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
DescribePipelineExecutionResponse.Builder |
lastModifiedBy(UserContext lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
DescribePipelineExecutionResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The time when the pipeline execution was modified last.
|
default DescribePipelineExecutionResponse.Builder |
parallelismConfiguration(Consumer<ParallelismConfiguration.Builder> parallelismConfiguration)
The parallelism configuration applied to the pipeline.
|
DescribePipelineExecutionResponse.Builder |
parallelismConfiguration(ParallelismConfiguration parallelismConfiguration)
The parallelism configuration applied to the pipeline.
|
DescribePipelineExecutionResponse.Builder |
pipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline.
|
DescribePipelineExecutionResponse.Builder |
pipelineExecutionArn(String pipelineExecutionArn)
The Amazon Resource Name (ARN) of the pipeline execution.
|
DescribePipelineExecutionResponse.Builder |
pipelineExecutionDescription(String pipelineExecutionDescription)
The description of the pipeline execution.
|
DescribePipelineExecutionResponse.Builder |
pipelineExecutionDisplayName(String pipelineExecutionDisplayName)
The display name of the pipeline execution.
|
DescribePipelineExecutionResponse.Builder |
pipelineExecutionStatus(PipelineExecutionStatus pipelineExecutionStatus)
The status of the pipeline execution.
|
DescribePipelineExecutionResponse.Builder |
pipelineExecutionStatus(String pipelineExecutionStatus)
The status of the pipeline execution.
|
default DescribePipelineExecutionResponse.Builder |
pipelineExperimentConfig(Consumer<PipelineExperimentConfig.Builder> pipelineExperimentConfig)
Sets the value of the PipelineExperimentConfig property for this object.
|
DescribePipelineExecutionResponse.Builder |
pipelineExperimentConfig(PipelineExperimentConfig pipelineExperimentConfig)
Sets the value of the PipelineExperimentConfig property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribePipelineExecutionResponse.Builder pipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline.
pipelineArn - The Amazon Resource Name (ARN) of the pipeline.DescribePipelineExecutionResponse.Builder pipelineExecutionArn(String pipelineExecutionArn)
The Amazon Resource Name (ARN) of the pipeline execution.
pipelineExecutionArn - The Amazon Resource Name (ARN) of the pipeline execution.DescribePipelineExecutionResponse.Builder pipelineExecutionDisplayName(String pipelineExecutionDisplayName)
The display name of the pipeline execution.
pipelineExecutionDisplayName - The display name of the pipeline execution.DescribePipelineExecutionResponse.Builder pipelineExecutionStatus(String pipelineExecutionStatus)
The status of the pipeline execution.
pipelineExecutionStatus - The status of the pipeline execution.PipelineExecutionStatus,
PipelineExecutionStatusDescribePipelineExecutionResponse.Builder pipelineExecutionStatus(PipelineExecutionStatus pipelineExecutionStatus)
The status of the pipeline execution.
pipelineExecutionStatus - The status of the pipeline execution.PipelineExecutionStatus,
PipelineExecutionStatusDescribePipelineExecutionResponse.Builder pipelineExecutionDescription(String pipelineExecutionDescription)
The description of the pipeline execution.
pipelineExecutionDescription - The description of the pipeline execution.DescribePipelineExecutionResponse.Builder pipelineExperimentConfig(PipelineExperimentConfig pipelineExperimentConfig)
pipelineExperimentConfig - The new value for the PipelineExperimentConfig property for this object.default DescribePipelineExecutionResponse.Builder pipelineExperimentConfig(Consumer<PipelineExperimentConfig.Builder> pipelineExperimentConfig)
PipelineExperimentConfig.Builder
avoiding the need to create one manually via PipelineExperimentConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to pipelineExperimentConfig(PipelineExperimentConfig).
pipelineExperimentConfig - a consumer that will call methods on PipelineExperimentConfig.BuilderpipelineExperimentConfig(PipelineExperimentConfig)DescribePipelineExecutionResponse.Builder failureReason(String failureReason)
If the execution failed, a message describing why.
failureReason - If the execution failed, a message describing why.DescribePipelineExecutionResponse.Builder creationTime(Instant creationTime)
The time when the pipeline execution was created.
creationTime - The time when the pipeline execution was created.DescribePipelineExecutionResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The time when the pipeline execution was modified last.
lastModifiedTime - The time when the pipeline execution was modified last.DescribePipelineExecutionResponse.Builder createdBy(UserContext createdBy)
createdBy - The new value for the CreatedBy property for this object.default DescribePipelineExecutionResponse.Builder createdBy(Consumer<UserContext.Builder> createdBy)
UserContext.Builder avoiding the need to
create one manually via UserContext.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to createdBy(UserContext).
createdBy - a consumer that will call methods on UserContext.BuildercreatedBy(UserContext)DescribePipelineExecutionResponse.Builder lastModifiedBy(UserContext lastModifiedBy)
lastModifiedBy - The new value for the LastModifiedBy property for this object.default DescribePipelineExecutionResponse.Builder lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
UserContext.Builder avoiding the need to
create one manually via UserContext.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to lastModifiedBy(UserContext).
lastModifiedBy - a consumer that will call methods on UserContext.BuilderlastModifiedBy(UserContext)DescribePipelineExecutionResponse.Builder parallelismConfiguration(ParallelismConfiguration parallelismConfiguration)
The parallelism configuration applied to the pipeline.
parallelismConfiguration - The parallelism configuration applied to the pipeline.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 via ParallelismConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to parallelismConfiguration(ParallelismConfiguration).
parallelismConfiguration - a consumer that will call methods on ParallelismConfiguration.BuilderparallelismConfiguration(ParallelismConfiguration)Copyright © 2022. All rights reserved.