@Stability(value=Stable) public static final class CfnInstance.HibernationOptionsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnInstance.HibernationOptionsProperty>
CfnInstance.HibernationOptionsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnInstance.HibernationOptionsProperty |
build()
Builds the configured instance.
|
CfnInstance.HibernationOptionsProperty.Builder |
configured(Boolean configured)
Sets the value of
CfnInstance.HibernationOptionsProperty.getConfigured() |
CfnInstance.HibernationOptionsProperty.Builder |
configured(IResolvable configured)
Sets the value of
CfnInstance.HibernationOptionsProperty.getConfigured() |
@Stability(value=Stable) public CfnInstance.HibernationOptionsProperty.Builder configured(Boolean configured)
CfnInstance.HibernationOptionsProperty.getConfigured()configured - If you set this parameter to `true` , your instance is enabled for hibernation.
Default: falsethis@Stability(value=Stable) public CfnInstance.HibernationOptionsProperty.Builder configured(IResolvable configured)
CfnInstance.HibernationOptionsProperty.getConfigured()configured - If you set this parameter to `true` , your instance is enabled for hibernation.
Default: falsethis@Stability(value=Stable) public CfnInstance.HibernationOptionsProperty build()
build in interface software.amazon.jsii.Builder<CfnInstance.HibernationOptionsProperty>CfnInstance.HibernationOptionsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.