Interface EnclaveOptions.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EnclaveOptions.Builder,EnclaveOptions>, SdkBuilder<EnclaveOptions.Builder,EnclaveOptions>, SdkPojo
Enclosing class:
EnclaveOptions

@Mutable @NotThreadSafe public static interface EnclaveOptions.Builder extends SdkPojo, CopyableBuilder<EnclaveOptions.Builder,EnclaveOptions>
  • Method Details

    • enabled

      EnclaveOptions.Builder enabled(Boolean enabled)

      If this parameter is set to true, the instance is enabled for Amazon Web Services Nitro Enclaves; otherwise, it is not enabled for Amazon Web Services Nitro Enclaves.

      Parameters:
      enabled - If this parameter is set to true, the instance is enabled for Amazon Web Services Nitro Enclaves; otherwise, it is not enabled for Amazon Web Services Nitro Enclaves.
      Returns:
      Returns a reference to this object so that method calls can be chained together.