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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PipelineExecutionSummary.BuilderpipelineExecutionArn(String pipelineExecutionArn)The Amazon Resource Name (ARN) of the pipeline execution.PipelineExecutionSummary.BuilderpipelineExecutionDescription(String pipelineExecutionDescription)The description of the pipeline execution.PipelineExecutionSummary.BuilderpipelineExecutionDisplayName(String pipelineExecutionDisplayName)The display name of the pipeline execution.PipelineExecutionSummary.BuilderpipelineExecutionFailureReason(String pipelineExecutionFailureReason)A message generated by SageMaker Pipelines describing why the pipeline execution failed.PipelineExecutionSummary.BuilderpipelineExecutionStatus(String pipelineExecutionStatus)The status of the pipeline execution.PipelineExecutionSummary.BuilderpipelineExecutionStatus(PipelineExecutionStatus pipelineExecutionStatus)The status of the pipeline execution.PipelineExecutionSummary.BuilderstartTime(Instant startTime)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
pipelineExecutionArn
PipelineExecutionSummary.Builder pipelineExecutionArn(String 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
PipelineExecutionSummary.Builder startTime(Instant 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
PipelineExecutionSummary.Builder pipelineExecutionStatus(String 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,PipelineExecutionStatus
-
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:
PipelineExecutionStatus,PipelineExecutionStatus
-
pipelineExecutionDescription
PipelineExecutionSummary.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.
-
pipelineExecutionDisplayName
PipelineExecutionSummary.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.
-
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.
-
-