@Stability(value=Experimental) public static final class StageAttributes.Builder extends Object implements software.amazon.jsii.Builder<StageAttributes>
StageAttributes| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
StageAttributes |
build()
Builds the configured instance.
|
StageAttributes.Builder |
stageName(String stageName)
Sets the value of
StageAttributes.getStageName() |
@Stability(value=Experimental) public StageAttributes.Builder stageName(String stageName)
StageAttributes.getStageName()stageName - The name of the stage. This parameter is required.this@Stability(value=Experimental) public StageAttributes build()
build in interface software.amazon.jsii.Builder<StageAttributes>StageAttributesNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.