Interface LaunchTemplateEnclaveOptionsRequest.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<LaunchTemplateEnclaveOptionsRequest.Builder,,LaunchTemplateEnclaveOptionsRequest> SdkBuilder<LaunchTemplateEnclaveOptionsRequest.Builder,,LaunchTemplateEnclaveOptionsRequest> SdkPojo
- Enclosing class:
 LaunchTemplateEnclaveOptionsRequest
public static interface LaunchTemplateEnclaveOptionsRequest.Builder
extends SdkPojo, CopyableBuilder<LaunchTemplateEnclaveOptionsRequest.Builder,LaunchTemplateEnclaveOptionsRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionTo enable the instance for Amazon Web Services Nitro Enclaves, set this parameter totrue.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
enabled
To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter to
true.- Parameters:
 enabled- To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter totrue.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -