@Stability(value=Stable) public static final class CfnLaunchTemplate.EnclaveOptionsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnLaunchTemplate.EnclaveOptionsProperty>
CfnLaunchTemplate.EnclaveOptionsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnLaunchTemplate.EnclaveOptionsProperty |
build()
Builds the configured instance.
|
CfnLaunchTemplate.EnclaveOptionsProperty.Builder |
enabled(Boolean enabled)
Sets the value of
CfnLaunchTemplate.EnclaveOptionsProperty.getEnabled() |
CfnLaunchTemplate.EnclaveOptionsProperty.Builder |
enabled(IResolvable enabled)
Sets the value of
CfnLaunchTemplate.EnclaveOptionsProperty.getEnabled() |
@Stability(value=Stable) public CfnLaunchTemplate.EnclaveOptionsProperty.Builder enabled(Boolean enabled)
CfnLaunchTemplate.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 CfnLaunchTemplate.EnclaveOptionsProperty.Builder enabled(IResolvable enabled)
CfnLaunchTemplate.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 CfnLaunchTemplate.EnclaveOptionsProperty build()
build in interface software.amazon.jsii.Builder<CfnLaunchTemplate.EnclaveOptionsProperty>CfnLaunchTemplate.EnclaveOptionsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.