Interface EnclaveOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EnclaveOptions.Builder,
,EnclaveOptions> SdkBuilder<EnclaveOptions.Builder,
,EnclaveOptions> SdkPojo
- Enclosing class:
EnclaveOptions
@Mutable
@NotThreadSafe
public static interface EnclaveOptions.Builder
extends SdkPojo, CopyableBuilder<EnclaveOptions.Builder,EnclaveOptions>
-
Method Summary
Modifier and TypeMethodDescriptionIf this parameter is set totrue
, the instance is enabled for Amazon Web Services Nitro Enclaves; otherwise, it is not enabled for Amazon Web Services Nitro Enclaves.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
enabled
If this parameter is set to
true
, the instance is enabled for Amazon Web Services Nitro Enclaves; otherwise, it is not enabled for Amazon Web Services Nitro Enclaves.- Parameters:
enabled
- If this parameter is set totrue
, the instance is enabled for Amazon Web Services Nitro Enclaves; otherwise, it is not enabled for Amazon Web Services Nitro Enclaves.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-