public static final class PipelineDeployActionProps.Builder extends Object
PipelineDeployActionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
PipelineDeployActionProps |
build()
Builds the configured instance.
|
PipelineDeployActionProps.Builder |
withDeploymentGroup(IServerDeploymentGroup value)
Sets the value of DeploymentGroup
|
PipelineDeployActionProps.Builder |
withInputArtifact(software.amazon.awscdk.services.codepipeline.api.Artifact value)
Sets the value of InputArtifact
|
PipelineDeployActionProps.Builder |
withRunOrder(Number value)
Sets the value of RunOrder
|
PipelineDeployActionProps.Builder |
withStage(software.amazon.awscdk.services.codepipeline.api.IStage value)
Sets the value of Stage
|
public PipelineDeployActionProps.Builder withDeploymentGroup(IServerDeploymentGroup value)
value - The CodeDeploy Deployment Group to deploy to.thispublic PipelineDeployActionProps.Builder withInputArtifact(@Nullable software.amazon.awscdk.services.codepipeline.api.Artifact value)
value - The source to use as input for deployment.thispublic PipelineDeployActionProps.Builder withRunOrder(@Nullable Number value)
value - The runOrder property for this Action.
RunOrder determines the relative order in which multiple Actions in the same Stage execute.thispublic PipelineDeployActionProps.Builder withStage(software.amazon.awscdk.services.codepipeline.api.IStage value)
value - The Pipeline Stage to add this Action to.thispublic PipelineDeployActionProps build()
PipelineDeployActionPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.