Package software.amazon.awscdk.pipelines
Class UpdatePipelineAction.Builder
java.lang.Object
software.amazon.awscdk.pipelines.UpdatePipelineAction.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<UpdatePipelineAction>
- Enclosing class:
- UpdatePipelineAction
@Stability(Deprecated)
@Deprecated
public static final class UpdatePipelineAction.Builder
extends Object
implements software.amazon.jsii.Builder<UpdatePipelineAction>
Deprecated.
(deprecated) A fluent builder for
UpdatePipelineAction
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Deprecated.Deprecated.cdkCliVersion
(String cdkCliVersion) Deprecated.cloudAssemblyInput
(Artifact cloudAssemblyInput) Deprecated.static UpdatePipelineAction.Builder
Deprecated.dockerCredentials
(List<? extends DockerCredential> dockerCredentials) Deprecated.pipelineStackHierarchicalId
(String pipelineStackHierarchicalId) Deprecated.pipelineStackName
(String pipelineStackName) Deprecated.privileged
(Boolean privileged) Deprecated.projectName
(String projectName) Deprecated.
-
Method Details
-
create
@Stability(Deprecated) @Deprecated public static UpdatePipelineAction.Builder create(software.constructs.Construct scope, String id) Deprecated.- Parameters:
scope
- This parameter is required.id
- This parameter is required.- Returns:
- a new instance of
UpdatePipelineAction.Builder
.
-
cloudAssemblyInput
@Stability(Deprecated) @Deprecated public UpdatePipelineAction.Builder cloudAssemblyInput(Artifact cloudAssemblyInput) Deprecated.(deprecated) The CodePipeline artifact that holds the Cloud Assembly.- Parameters:
cloudAssemblyInput
- The CodePipeline artifact that holds the Cloud Assembly. This parameter is required.- Returns:
this
-
pipelineStackHierarchicalId
@Stability(Deprecated) @Deprecated public UpdatePipelineAction.Builder pipelineStackHierarchicalId(String pipelineStackHierarchicalId) Deprecated.(deprecated) Hierarchical id of the pipeline stack.- Parameters:
pipelineStackHierarchicalId
- Hierarchical id of the pipeline stack. This parameter is required.- Returns:
this
-
buildSpec
@Stability(Deprecated) @Deprecated public UpdatePipelineAction.Builder buildSpec(BuildSpec buildSpec) Deprecated.(deprecated) Custom BuildSpec that is merged with generated one.Default: - none
- Parameters:
buildSpec
- Custom BuildSpec that is merged with generated one. This parameter is required.- Returns:
this
-
cdkCliVersion
@Stability(Deprecated) @Deprecated public UpdatePipelineAction.Builder cdkCliVersion(String cdkCliVersion) Deprecated.(deprecated) Version of CDK CLI to 'npm install'.Default: - Latest version
- Parameters:
cdkCliVersion
- Version of CDK CLI to 'npm install'. This parameter is required.- Returns:
this
-
dockerCredentials
@Stability(Deprecated) @Deprecated public UpdatePipelineAction.Builder dockerCredentials(List<? extends DockerCredential> dockerCredentials) Deprecated.(deprecated) Docker registries and associated credentials necessary during the pipeline self-update stage.Default: []
- Parameters:
dockerCredentials
- Docker registries and associated credentials necessary during the pipeline self-update stage. This parameter is required.- Returns:
this
-
pipelineStackName
@Stability(Deprecated) @Deprecated public UpdatePipelineAction.Builder pipelineStackName(String pipelineStackName) Deprecated.- Use
pipelineStackHierarchicalId
instead.
(deprecated) Name of the pipeline stack.Default: - none
- Parameters:
pipelineStackName
- Name of the pipeline stack. This parameter is required.- Returns:
this
- Use
-
privileged
@Stability(Deprecated) @Deprecated public UpdatePipelineAction.Builder privileged(Boolean privileged) Deprecated.(deprecated) Whether the build step should run in privileged mode.Default: - false
- Parameters:
privileged
- Whether the build step should run in privileged mode. This parameter is required.- Returns:
this
-
projectName
@Stability(Deprecated) @Deprecated public UpdatePipelineAction.Builder projectName(String projectName) Deprecated.(deprecated) Name of the CodeBuild project.Default: - Automatically generated
- Parameters:
projectName
- Name of the CodeBuild project. This parameter is required.- Returns:
this
-
build
Deprecated.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<UpdatePipelineAction>
- Returns:
- a newly built instance of
UpdatePipelineAction
.
-
pipelineStackHierarchicalId
instead.