Interface EnclaveOptionsRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EnclaveOptionsRequest.Builder,EnclaveOptionsRequest>,SdkBuilder<EnclaveOptionsRequest.Builder,EnclaveOptionsRequest>,SdkPojo
- Enclosing class:
- EnclaveOptionsRequest
public static interface EnclaveOptionsRequest.Builder extends SdkPojo, CopyableBuilder<EnclaveOptionsRequest.Builder,EnclaveOptionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnclaveOptionsRequest.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
enabled
EnclaveOptionsRequest.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.
-
-