| Package | Description |
|---|---|
| software.amazon.awscdk.services.codepipeline |
| Modifier and Type | Class and Description |
|---|---|
static class |
StagePlacement.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
StagePlacement |
StagePlacement.Builder.build()
Builds the configured instance.
|
StagePlacement |
StageProps.Jsii$Proxy.getPlacement()
Allows specifying where should the newly created
Stage
be placed in the Pipeline. |
StagePlacement |
CommonStageProps.getPlacement()
Allows specifying where should the newly created
Stage
be placed in the Pipeline. |
StagePlacement |
CommonStageProps.Jsii$Proxy.getPlacement()
Allows specifying where should the newly created
Stage
be placed in the Pipeline. |
| Modifier and Type | Method and Description |
|---|---|
void |
StageProps.Jsii$Proxy.setPlacement(StagePlacement value)
Allows specifying where should the newly created
Stage
be placed in the Pipeline. |
void |
CommonStageProps.setPlacement(StagePlacement value)
Allows specifying where should the newly created
Stage
be placed in the Pipeline. |
void |
CommonStageProps.Jsii$Proxy.setPlacement(StagePlacement value)
Allows specifying where should the newly created
Stage
be placed in the Pipeline. |
StageProps.Builder |
StageProps.Builder.withPlacement(StagePlacement value)
Sets the value of Placement
|
CommonStageProps.Builder |
CommonStageProps.Builder.withPlacement(StagePlacement value)
Sets the value of Placement
|
Copyright © 2018. All rights reserved.