@Stability(value=Stable) public static final class CfnPipeline.StageDeclarationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnPipeline.StageDeclarationProperty>
CfnPipeline.StageDeclarationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPipeline.StageDeclarationProperty.Builder |
actions(IResolvable actions)
Sets the value of
CfnPipeline.StageDeclarationProperty.getActions() |
CfnPipeline.StageDeclarationProperty.Builder |
actions(List<? extends Object> actions)
Sets the value of
CfnPipeline.StageDeclarationProperty.getActions() |
CfnPipeline.StageDeclarationProperty.Builder |
blockers(IResolvable blockers)
Sets the value of
CfnPipeline.StageDeclarationProperty.getBlockers() |
CfnPipeline.StageDeclarationProperty.Builder |
blockers(List<? extends Object> blockers)
Sets the value of
CfnPipeline.StageDeclarationProperty.getBlockers() |
CfnPipeline.StageDeclarationProperty |
build()
Builds the configured instance.
|
CfnPipeline.StageDeclarationProperty.Builder |
name(String name)
Sets the value of
CfnPipeline.StageDeclarationProperty.getName() |
@Stability(value=Stable) public CfnPipeline.StageDeclarationProperty.Builder actions(IResolvable actions)
CfnPipeline.StageDeclarationProperty.getActions()actions - The actions included in a stage. This parameter is required.this@Stability(value=Stable) public CfnPipeline.StageDeclarationProperty.Builder actions(List<? extends Object> actions)
CfnPipeline.StageDeclarationProperty.getActions()actions - The actions included in a stage. This parameter is required.this@Stability(value=Stable) public CfnPipeline.StageDeclarationProperty.Builder name(String name)
CfnPipeline.StageDeclarationProperty.getName()name - The name of the stage. This parameter is required.this@Stability(value=Stable) public CfnPipeline.StageDeclarationProperty.Builder blockers(IResolvable blockers)
CfnPipeline.StageDeclarationProperty.getBlockers()blockers - Reserved for future use.this@Stability(value=Stable) public CfnPipeline.StageDeclarationProperty.Builder blockers(List<? extends Object> blockers)
CfnPipeline.StageDeclarationProperty.getBlockers()blockers - Reserved for future use.this@Stability(value=Stable) public CfnPipeline.StageDeclarationProperty build()
build in interface software.amazon.jsii.Builder<CfnPipeline.StageDeclarationProperty>CfnPipeline.StageDeclarationPropertyNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.