Interface EnclaveOptions.Builder

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

public static interface EnclaveOptions.Builder extends SdkPojo, CopyableBuilder<EnclaveOptions.Builder,EnclaveOptions>
  • Method Summary

    Modifier and Type
    Method
    Description
    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.

    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 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.