Interface PipelineExecutionSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PipelineExecutionSummary.Builder,
,PipelineExecutionSummary> SdkBuilder<PipelineExecutionSummary.Builder,
,PipelineExecutionSummary> SdkPojo
- Enclosing class:
PipelineExecutionSummary
public static interface PipelineExecutionSummary.Builder
extends SdkPojo, CopyableBuilder<PipelineExecutionSummary.Builder,PipelineExecutionSummary>
-
Method Summary
Modifier and TypeMethodDescriptionpipelineExecutionArn
(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.pipelineExecutionFailureReason
(String pipelineExecutionFailureReason) A message generated by SageMaker Pipelines describing why the pipeline execution failed.pipelineExecutionStatus
(String pipelineExecutionStatus) The status of the pipeline execution.pipelineExecutionStatus
(PipelineExecutionStatus pipelineExecutionStatus) The status of the pipeline execution.The start time of the pipeline 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 Details
-
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.
-
startTime
The start time of the pipeline execution.
- Parameters:
startTime
- The start time 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
PipelineExecutionSummary.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
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.
-
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.
-
pipelineExecutionFailureReason
PipelineExecutionSummary.Builder pipelineExecutionFailureReason(String pipelineExecutionFailureReason) A message generated by SageMaker Pipelines describing why the pipeline execution failed.
- Parameters:
pipelineExecutionFailureReason
- A message generated by SageMaker Pipelines describing why the pipeline execution failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-