Package software.amazon.awscdk.pipelines
Class DeployCdkStackActionProps.Builder
java.lang.Object
software.amazon.awscdk.pipelines.DeployCdkStackActionProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<DeployCdkStackActionProps>
- Enclosing interface:
- DeployCdkStackActionProps
@Stability(Deprecated)
@Deprecated
public static final class DeployCdkStackActionProps.Builder
extends Object
implements software.amazon.jsii.Builder<DeployCdkStackActionProps>
Deprecated.
A builder for
DeployCdkStackActionProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactionRole(IRole actionRole) Deprecated.baseActionName(String baseActionName) Deprecated.build()Deprecated.changeSetName(String changeSetName) Deprecated.cloudAssemblyInput(Artifact cloudAssemblyInput) Deprecated.cloudFormationExecutionRole(IRole cloudFormationExecutionRole) Deprecated.dependencyStackArtifactIds(List<String> dependencyStackArtifactIds) Deprecated.executeRunOrder(Number executeRunOrder) Deprecated.Deprecated.outputFileName(String outputFileName) Deprecated.prepareRunOrder(Number prepareRunOrder) Deprecated.Deprecated.stackArtifactId(String stackArtifactId) Deprecated.Deprecated.templateConfigurationPath(String templateConfigurationPath) Deprecated.templatePath(String templatePath) Deprecated.
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
actionRole
@Stability(Deprecated) @Deprecated public DeployCdkStackActionProps.Builder actionRole(IRole actionRole) Deprecated.Sets the value ofDeployCdkStackActionProps.getActionRole()- Parameters:
actionRole- Role for the action to assume. This parameter is required. This controls the account to deploy into- Returns:
this
-
stackName
@Stability(Deprecated) @Deprecated public DeployCdkStackActionProps.Builder stackName(String stackName) Deprecated.Sets the value ofDeployCdkStackActionProps.getStackName()- Parameters:
stackName- The name of the stack that should be created/updated. This parameter is required.- Returns:
this
-
templatePath
@Stability(Deprecated) @Deprecated public DeployCdkStackActionProps.Builder templatePath(String templatePath) Deprecated.Sets the value ofDeployCdkStackActionProps.getTemplatePath()- Parameters:
templatePath- Relative path of template in the input artifact. This parameter is required.- Returns:
this
-
cloudFormationExecutionRole
@Stability(Deprecated) @Deprecated public DeployCdkStackActionProps.Builder cloudFormationExecutionRole(IRole cloudFormationExecutionRole) Deprecated.Sets the value ofDeployCdkStackActionProps.getCloudFormationExecutionRole()- Parameters:
cloudFormationExecutionRole- Role to execute CloudFormation under.- Returns:
this
-
dependencyStackArtifactIds
@Stability(Deprecated) @Deprecated public DeployCdkStackActionProps.Builder dependencyStackArtifactIds(List<String> dependencyStackArtifactIds) Deprecated.Sets the value ofDeployCdkStackActionProps.getDependencyStackArtifactIds()- Parameters:
dependencyStackArtifactIds- Artifact ID for the stacks this stack depends on. Used for pipeline order checking.- Returns:
this
-
region
Deprecated.Sets the value ofDeployCdkStackActionProps.getRegion()- Parameters:
region- Region to deploy into.- Returns:
this
-
stackArtifactId
@Stability(Deprecated) @Deprecated public DeployCdkStackActionProps.Builder stackArtifactId(String stackArtifactId) Deprecated.Sets the value ofDeployCdkStackActionProps.getStackArtifactId()- Parameters:
stackArtifactId- Artifact ID for the stack deployed here. Used for pipeline order checking.- Returns:
this
-
templateConfigurationPath
@Stability(Deprecated) @Deprecated public DeployCdkStackActionProps.Builder templateConfigurationPath(String templateConfigurationPath) Deprecated.Sets the value ofDeployCdkStackActionProps.getTemplateConfigurationPath()- Parameters:
templateConfigurationPath- Template configuration path relative to the input artifact.- Returns:
this
-
cloudAssemblyInput
@Stability(Deprecated) @Deprecated public DeployCdkStackActionProps.Builder cloudAssemblyInput(Artifact cloudAssemblyInput) Deprecated.Sets the value ofDeployCdkStackActionOptions.getCloudAssemblyInput()- Parameters:
cloudAssemblyInput- The CodePipeline artifact that holds the Cloud Assembly. This parameter is required.- Returns:
this
-
baseActionName
@Stability(Deprecated) @Deprecated public DeployCdkStackActionProps.Builder baseActionName(String baseActionName) Deprecated.Sets the value ofDeployCdkStackActionOptions.getBaseActionName()- Parameters:
baseActionName- Base name of the action.- Returns:
this
-
changeSetName
@Stability(Deprecated) @Deprecated public DeployCdkStackActionProps.Builder changeSetName(String changeSetName) Deprecated.Sets the value ofDeployCdkStackActionOptions.getChangeSetName()- Parameters:
changeSetName- Name of the change set to create and deploy.- Returns:
this
-
executeRunOrder
@Stability(Deprecated) @Deprecated public DeployCdkStackActionProps.Builder executeRunOrder(Number executeRunOrder) Deprecated.Sets the value ofDeployCdkStackActionOptions.getExecuteRunOrder()- Parameters:
executeRunOrder- Run order for the Execute action.- Returns:
this
-
output
Deprecated.Sets the value ofDeployCdkStackActionOptions.getOutput()- Parameters:
output- Artifact to write Stack Outputs to.- Returns:
this
-
outputFileName
@Stability(Deprecated) @Deprecated public DeployCdkStackActionProps.Builder outputFileName(String outputFileName) Deprecated.Sets the value ofDeployCdkStackActionOptions.getOutputFileName()- Parameters:
outputFileName- Filename in output to write Stack outputs to.- Returns:
this
-
prepareRunOrder
@Stability(Deprecated) @Deprecated public DeployCdkStackActionProps.Builder prepareRunOrder(Number prepareRunOrder) Deprecated.Sets the value ofDeployCdkStackActionOptions.getPrepareRunOrder()- Parameters:
prepareRunOrder- Run order for the Prepare action.- Returns:
this
-
build
Deprecated.Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DeployCdkStackActionProps>- Returns:
- a new instance of
DeployCdkStackActionProps - Throws:
NullPointerException- if any required attribute was not provided
-