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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LaunchTemplateEnclaveOptionsRequest.Builderenabled(Boolean enabled)To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter totrue.-
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, sdkFields
-
-
-
-
Method Detail
-
enabled
LaunchTemplateEnclaveOptionsRequest.Builder enabled(Boolean 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.
-
-