@Stability(value=Stable) public static final class CfnInstance.EnclaveOptionsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnInstance.EnclaveOptionsProperty>
CfnInstance.EnclaveOptionsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnInstance.EnclaveOptionsProperty |
build()
Builds the configured instance.
|
CfnInstance.EnclaveOptionsProperty.Builder |
enabled(Boolean enabled)
Sets the value of
CfnInstance.EnclaveOptionsProperty.getEnabled() |
CfnInstance.EnclaveOptionsProperty.Builder |
enabled(IResolvable enabled)
Sets the value of
CfnInstance.EnclaveOptionsProperty.getEnabled() |
@Stability(value=Stable) public CfnInstance.EnclaveOptionsProperty.Builder enabled(Boolean enabled)
CfnInstance.EnclaveOptionsProperty.getEnabled()enabled - If this parameter is set to `true` , the instance is enabled for AWS Nitro Enclaves;.
otherwise, it is not enabled for AWS Nitro Enclaves.this@Stability(value=Stable) public CfnInstance.EnclaveOptionsProperty.Builder enabled(IResolvable enabled)
CfnInstance.EnclaveOptionsProperty.getEnabled()enabled - If this parameter is set to `true` , the instance is enabled for AWS Nitro Enclaves;.
otherwise, it is not enabled for AWS Nitro Enclaves.this@Stability(value=Stable) public CfnInstance.EnclaveOptionsProperty build()
build in interface software.amazon.jsii.Builder<CfnInstance.EnclaveOptionsProperty>CfnInstance.EnclaveOptionsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.