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 SummaryModifier and TypeMethodDescriptionEnables or disables AWS Nitro Enclaves for enhanced security.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
enabledEnables 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.
 
 
-