@Deprecated
public static final class DeployCdkStackActionProps.Builder
extends java.lang.Object
DeployCdkStackActionProps
Constructor and Description |
---|
Builder()
Deprecated.
|
@Deprecated public DeployCdkStackActionProps.Builder actionRole(IRole actionRole)
DeployCdkStackActionProps.getActionRole()
actionRole
- Role for the action to assume. This parameter is required.
This controls the account to deploy intothis
@Deprecated public DeployCdkStackActionProps.Builder stackName(java.lang.String stackName)
DeployCdkStackActionProps.getStackName()
stackName
- The name of the stack that should be created/updated. This parameter is required.this
@Deprecated public DeployCdkStackActionProps.Builder templatePath(java.lang.String templatePath)
DeployCdkStackActionProps.getTemplatePath()
templatePath
- Relative path of template in the input artifact. This parameter is required.this
@Deprecated public DeployCdkStackActionProps.Builder cloudFormationExecutionRole(IRole cloudFormationExecutionRole)
DeployCdkStackActionProps.getCloudFormationExecutionRole()
cloudFormationExecutionRole
- Role to execute CloudFormation under.this
@Deprecated public DeployCdkStackActionProps.Builder dependencyStackArtifactIds(java.util.List<java.lang.String> dependencyStackArtifactIds)
DeployCdkStackActionProps.getDependencyStackArtifactIds()
dependencyStackArtifactIds
- Artifact ID for the stacks this stack depends on.
Used for pipeline order checking.this
@Deprecated public DeployCdkStackActionProps.Builder region(java.lang.String region)
DeployCdkStackActionProps.getRegion()
region
- Region to deploy into.this
@Deprecated public DeployCdkStackActionProps.Builder stackArtifactId(java.lang.String stackArtifactId)
DeployCdkStackActionProps.getStackArtifactId()
stackArtifactId
- Artifact ID for the stack deployed here.
Used for pipeline order checking.this
@Deprecated public DeployCdkStackActionProps.Builder templateConfigurationPath(java.lang.String templateConfigurationPath)
DeployCdkStackActionProps.getTemplateConfigurationPath()
templateConfigurationPath
- Template configuration path relative to the input artifact.this
@Deprecated public DeployCdkStackActionProps.Builder cloudAssemblyInput(Artifact cloudAssemblyInput)
DeployCdkStackActionOptions.getCloudAssemblyInput()
cloudAssemblyInput
- The CodePipeline artifact that holds the Cloud Assembly. This parameter is required.this
@Deprecated public DeployCdkStackActionProps.Builder baseActionName(java.lang.String baseActionName)
DeployCdkStackActionOptions.getBaseActionName()
baseActionName
- Base name of the action.this
@Deprecated public DeployCdkStackActionProps.Builder changeSetName(java.lang.String changeSetName)
DeployCdkStackActionOptions.getChangeSetName()
changeSetName
- Name of the change set to create and deploy.this
@Deprecated public DeployCdkStackActionProps.Builder executeRunOrder(java.lang.Number executeRunOrder)
DeployCdkStackActionOptions.getExecuteRunOrder()
executeRunOrder
- Run order for the Execute action.this
@Deprecated public DeployCdkStackActionProps.Builder output(Artifact output)
DeployCdkStackActionOptions.getOutput()
output
- Artifact to write Stack Outputs to.this
@Deprecated public DeployCdkStackActionProps.Builder outputFileName(java.lang.String outputFileName)
DeployCdkStackActionOptions.getOutputFileName()
outputFileName
- Filename in output to write Stack outputs to.this
@Deprecated public DeployCdkStackActionProps.Builder prepareRunOrder(java.lang.Number prepareRunOrder)
DeployCdkStackActionOptions.getPrepareRunOrder()
prepareRunOrder
- Run order for the Prepare action.this
@Deprecated public DeployCdkStackActionProps build()
DeployCdkStackActionProps
java.lang.NullPointerException
- if any required attribute was not provided