default PipelineDeclaration.Builder |
PipelineDeclaration.Builder.artifactStore(Consumer<ArtifactStore.Builder> artifactStore) |
Represents information about the S3 bucket where artifacts are stored for the pipeline.
|
PipelineDeclaration.Builder |
PipelineDeclaration.Builder.artifactStore(ArtifactStore artifactStore) |
Represents information about the S3 bucket where artifacts are stored for the pipeline.
|
PipelineDeclaration.Builder |
PipelineDeclaration.Builder.artifactStores(Map<String,ArtifactStore> artifactStores) |
A mapping of artifactStore objects and their corresponding Amazon Web Services Regions.
|
static PipelineDeclaration.Builder |
PipelineDeclaration.builder() |
|
PipelineDeclaration.Builder |
PipelineDeclaration.Builder.executionMode(String executionMode) |
The method that the pipeline will use to handle multiple executions.
|
PipelineDeclaration.Builder |
PipelineDeclaration.Builder.executionMode(ExecutionMode executionMode) |
The method that the pipeline will use to handle multiple executions.
|
PipelineDeclaration.Builder |
PipelineDeclaration.Builder.name(String name) |
The name of the pipeline.
|
PipelineDeclaration.Builder |
PipelineDeclaration.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.
|
PipelineDeclaration.Builder |
PipelineDeclaration.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.
|
PipelineDeclaration.Builder |
PipelineDeclaration.Builder.roleArn(String roleArn) |
The Amazon Resource Name (ARN) for CodePipeline to use to either perform actions with no
actionRoleArn, or to use to assume roles for actions with an actionRoleArn.
|
PipelineDeclaration.Builder |
PipelineDeclaration.Builder.stages(Collection<StageDeclaration> stages) |
The stage in which to perform the action.
|
PipelineDeclaration.Builder |
PipelineDeclaration.Builder.stages(Consumer<StageDeclaration.Builder>... stages) |
The stage in which to perform the action.
|
PipelineDeclaration.Builder |
PipelineDeclaration.Builder.stages(StageDeclaration... stages) |
The stage in which to perform the action.
|
PipelineDeclaration.Builder |
PipelineDeclaration.toBuilder() |
|
PipelineDeclaration.Builder |
PipelineDeclaration.Builder.triggers(Collection<PipelineTriggerDeclaration> triggers) |
The trigger configuration specifying a type of event, such as Git tags, that starts the pipeline.
|
PipelineDeclaration.Builder |
PipelineDeclaration.Builder.triggers(Consumer<PipelineTriggerDeclaration.Builder>... triggers) |
The trigger configuration specifying a type of event, such as Git tags, that starts the pipeline.
|
PipelineDeclaration.Builder |
PipelineDeclaration.Builder.triggers(PipelineTriggerDeclaration... triggers) |
The trigger configuration specifying a type of event, such as Git tags, that starts the pipeline.
|
PipelineDeclaration.Builder |
PipelineDeclaration.Builder.variables(Collection<PipelineVariableDeclaration> variables) |
A list that defines the pipeline variables for a pipeline resource.
|
PipelineDeclaration.Builder |
PipelineDeclaration.Builder.variables(Consumer<PipelineVariableDeclaration.Builder>... variables) |
A list that defines the pipeline variables for a pipeline resource.
|
PipelineDeclaration.Builder |
PipelineDeclaration.Builder.variables(PipelineVariableDeclaration... variables) |
A list that defines the pipeline variables for a pipeline resource.
|
PipelineDeclaration.Builder |
PipelineDeclaration.Builder.version(Integer version) |
The version number of the pipeline.
|