@Generated(value="software.amazon.awssdk:codegen") public final class PipelineSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PipelineSummary.Builder,PipelineSummary>
Returns a summary of a pipeline.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PipelineSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PipelineSummary.Builder |
builder() |
Instant |
created()
The date and time the pipeline was created, in timestamp format.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the pipeline.
|
PipelineType |
pipelineType()
CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can
tailor your pipeline features and cost to the needs of your applications.
|
String |
pipelineTypeAsString()
CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can
tailor your pipeline features and cost to the needs of your applications.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PipelineSummary.Builder> |
serializableBuilderClass() |
PipelineSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updated()
The date and time of the last update to the pipeline, in timestamp format.
|
Integer |
version()
The version number of the pipeline.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the pipeline.
public final Integer version()
The version number of the pipeline.
public final PipelineType pipelineType()
CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can tailor your pipeline features and cost to the needs of your applications.
V1 type pipelines have a JSON structure that contains standard pipeline, stage, and action-level parameters.
V2 type pipelines have the same structure as a V1 type, along with additional parameters for release safety and trigger configuration.
Including V2 parameters, such as triggers on Git tags, in the pipeline JSON when creating or updating a pipeline will result in the pipeline having the V2 type of pipeline and the associated costs.
For information about pricing for CodePipeline, see Pricing.
For information about which type of pipeline to choose, see What type of pipeline is right for me?.
If the service returns an enum value that is not available in the current SDK version, pipelineType will
return PipelineType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
pipelineTypeAsString().
V1 type pipelines have a JSON structure that contains standard pipeline, stage, and action-level parameters.
V2 type pipelines have the same structure as a V1 type, along with additional parameters for release safety and trigger configuration.
Including V2 parameters, such as triggers on Git tags, in the pipeline JSON when creating or updating a pipeline will result in the pipeline having the V2 type of pipeline and the associated costs.
For information about pricing for CodePipeline, see Pricing.
For information about which type of pipeline to choose, see What type of pipeline is right for me?.
PipelineTypepublic final String pipelineTypeAsString()
CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can tailor your pipeline features and cost to the needs of your applications.
V1 type pipelines have a JSON structure that contains standard pipeline, stage, and action-level parameters.
V2 type pipelines have the same structure as a V1 type, along with additional parameters for release safety and trigger configuration.
Including V2 parameters, such as triggers on Git tags, in the pipeline JSON when creating or updating a pipeline will result in the pipeline having the V2 type of pipeline and the associated costs.
For information about pricing for CodePipeline, see Pricing.
For information about which type of pipeline to choose, see What type of pipeline is right for me?.
If the service returns an enum value that is not available in the current SDK version, pipelineType will
return PipelineType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
pipelineTypeAsString().
V1 type pipelines have a JSON structure that contains standard pipeline, stage, and action-level parameters.
V2 type pipelines have the same structure as a V1 type, along with additional parameters for release safety and trigger configuration.
Including V2 parameters, such as triggers on Git tags, in the pipeline JSON when creating or updating a pipeline will result in the pipeline having the V2 type of pipeline and the associated costs.
For information about pricing for CodePipeline, see Pricing.
For information about which type of pipeline to choose, see What type of pipeline is right for me?.
PipelineTypepublic final Instant created()
The date and time the pipeline was created, in timestamp format.
public final Instant updated()
The date and time of the last update to the pipeline, in timestamp format.
public PipelineSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PipelineSummary.Builder,PipelineSummary>public static PipelineSummary.Builder builder()
public static Class<? extends PipelineSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.