Interface PipelineSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PipelineSummary.Builder,PipelineSummary>,SdkBuilder<PipelineSummary.Builder,PipelineSummary>,SdkPojo
- Enclosing class:
- PipelineSummary
public static interface PipelineSummary.Builder extends SdkPojo, CopyableBuilder<PipelineSummary.Builder,PipelineSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PipelineSummary.Buildercreated(Instant created)The date and time the pipeline was created, in timestamp format.PipelineSummary.Buildername(String name)The name of the pipeline.PipelineSummary.BuilderpipelineType(String 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.PipelineSummary.BuilderpipelineType(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.PipelineSummary.Builderupdated(Instant updated)The date and time of the last update to the pipeline, in timestamp format.PipelineSummary.Builderversion(Integer version)The version number of the pipeline.-
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 Detail
-
name
PipelineSummary.Builder name(String name)
The name of the pipeline.
- Parameters:
name- The name of the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
PipelineSummary.Builder version(Integer version)
The version number of the pipeline.
- Parameters:
version- The version number of the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelineType
PipelineSummary.Builder pipelineType(String 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?.
V2 type pipelines, along with triggers on Git tags and pipeline-level variables, are not currently supported for CloudFormation and CDK resources in CodePipeline. For more information about V2 type pipelines, see Pipeline types in the CodePipeline User Guide.
- Parameters:
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?.
V2 type pipelines, along with triggers on Git tags and pipeline-level variables, are not currently supported for CloudFormation and CDK resources in CodePipeline. For more information about V2 type pipelines, see Pipeline types in the CodePipeline User Guide.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PipelineType,PipelineType
-
-
pipelineType
PipelineSummary.Builder pipelineType(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?.
V2 type pipelines, along with triggers on Git tags and pipeline-level variables, are not currently supported for CloudFormation and CDK resources in CodePipeline. For more information about V2 type pipelines, see Pipeline types in the CodePipeline User Guide.
- Parameters:
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?.
V2 type pipelines, along with triggers on Git tags and pipeline-level variables, are not currently supported for CloudFormation and CDK resources in CodePipeline. For more information about V2 type pipelines, see Pipeline types in the CodePipeline User Guide.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PipelineType,PipelineType
-
-
created
PipelineSummary.Builder created(Instant created)
The date and time the pipeline was created, in timestamp format.
- Parameters:
created- The date and time the pipeline was created, in timestamp format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updated
PipelineSummary.Builder updated(Instant updated)
The date and time of the last update to the pipeline, in timestamp format.
- Parameters:
updated- The date and time of the last update to the pipeline, in timestamp format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-