Interface EnclaveOptionsRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EnclaveOptionsRequest.Builder,
,EnclaveOptionsRequest> SdkBuilder<EnclaveOptionsRequest.Builder,
,EnclaveOptionsRequest> SdkPojo
- Enclosing class:
EnclaveOptionsRequest
@Mutable
@NotThreadSafe
public static interface EnclaveOptionsRequest.Builder
extends SdkPojo, CopyableBuilder<EnclaveOptionsRequest.Builder,EnclaveOptionsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionEnables or disables AWS Nitro Enclaves for enhanced security.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
Enables or disables AWS Nitro Enclaves for enhanced security.
- Parameters:
enabled
- Enables or disables AWS Nitro Enclaves for enhanced security.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-