StructuredPojo
, ToCopyableBuilder<PipelineExecutionSummary.Builder,PipelineExecutionSummary>
@Generated("software.amazon.awssdk:codegen") public class PipelineExecutionSummary extends Object implements StructuredPojo, ToCopyableBuilder<PipelineExecutionSummary.Builder,PipelineExecutionSummary>
Summary information about a pipeline execution.
Modifier and Type | Class | Description |
---|---|---|
static interface |
PipelineExecutionSummary.Builder |
Modifier and Type | Method | Description |
---|---|---|
static PipelineExecutionSummary.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Date |
lastUpdateTime() |
The date and time of the last change to the pipeline execution, in timestamp format.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
pipelineExecutionId() |
The ID of the pipeline execution.
|
static Class<? extends PipelineExecutionSummary.Builder> |
serializableBuilderClass() |
|
Date |
startTime() |
The date and time when the pipeline execution began, in timestamp format.
|
String |
status() |
The status of the pipeline execution.
|
PipelineExecutionSummary.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String pipelineExecutionId()
The ID of the pipeline execution.
public String status()
The status of the pipeline execution.
InProgress: The pipeline execution is currently running.
Succeeded: The pipeline execution completed successfully.
Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution caught up and continued through the pipeline instead.
Failed: The pipeline execution did not complete successfully.
InProgress: The pipeline execution is currently running.
Succeeded: The pipeline execution completed successfully.
Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution caught up and continued through the pipeline instead.
Failed: The pipeline execution did not complete successfully.
PipelineExecutionStatus
public Date startTime()
The date and time when the pipeline execution began, in timestamp format.
public Date lastUpdateTime()
The date and time of the last change to the pipeline execution, in timestamp format.
public PipelineExecutionSummary.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PipelineExecutionSummary.Builder,PipelineExecutionSummary>
public static PipelineExecutionSummary.Builder builder()
public static Class<? extends PipelineExecutionSummary.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.