| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
PipelineDeclaration.Builder |
PipelineDeclaration.Builder.artifactStore(ArtifactStore artifactStore)
Represents information about the S3 bucket where artifacts are stored for the pipeline.
|
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.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.name(String name)
The name of the pipeline.
|
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.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.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PipelineDeclaration.Builder> |
PipelineDeclaration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetPipelineResponse.Builder |
GetPipelineResponse.Builder.pipeline(Consumer<PipelineDeclaration.Builder> pipeline)
Represents the structure of actions and stages to be performed in the pipeline.
|
default CreatePipelineResponse.Builder |
CreatePipelineResponse.Builder.pipeline(Consumer<PipelineDeclaration.Builder> pipeline)
Represents the structure of actions and stages to be performed in the pipeline.
|
default CreatePipelineRequest.Builder |
CreatePipelineRequest.Builder.pipeline(Consumer<PipelineDeclaration.Builder> pipeline)
Represents the structure of actions and stages to be performed in the pipeline.
|
default UpdatePipelineRequest.Builder |
UpdatePipelineRequest.Builder.pipeline(Consumer<PipelineDeclaration.Builder> pipeline)
The name of the pipeline to be updated.
|
default UpdatePipelineResponse.Builder |
UpdatePipelineResponse.Builder.pipeline(Consumer<PipelineDeclaration.Builder> pipeline)
The structure of the updated pipeline.
|
Copyright © 2023. All rights reserved.