@Stability(value=Stable) public static final class CfnStack.ApplicationSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnStack.ApplicationSettingsProperty>
CfnStack.ApplicationSettingsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnStack.ApplicationSettingsProperty |
build()
Builds the configured instance.
|
CfnStack.ApplicationSettingsProperty.Builder |
enabled(Boolean enabled)
Sets the value of
CfnStack.ApplicationSettingsProperty.getEnabled() |
CfnStack.ApplicationSettingsProperty.Builder |
enabled(IResolvable enabled)
Sets the value of
CfnStack.ApplicationSettingsProperty.getEnabled() |
CfnStack.ApplicationSettingsProperty.Builder |
settingsGroup(String settingsGroup)
Sets the value of
CfnStack.ApplicationSettingsProperty.getSettingsGroup() |
@Stability(value=Stable) public CfnStack.ApplicationSettingsProperty.Builder enabled(Boolean enabled)
CfnStack.ApplicationSettingsProperty.getEnabled()enabled - `CfnStack.ApplicationSettingsProperty.Enabled`. This parameter is required.this@Stability(value=Stable) public CfnStack.ApplicationSettingsProperty.Builder enabled(IResolvable enabled)
CfnStack.ApplicationSettingsProperty.getEnabled()enabled - `CfnStack.ApplicationSettingsProperty.Enabled`. This parameter is required.this@Stability(value=Stable) public CfnStack.ApplicationSettingsProperty.Builder settingsGroup(String settingsGroup)
CfnStack.ApplicationSettingsProperty.getSettingsGroup()settingsGroup - `CfnStack.ApplicationSettingsProperty.SettingsGroup`.this@Stability(value=Stable) public CfnStack.ApplicationSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnStack.ApplicationSettingsProperty>CfnStack.ApplicationSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.