Interface CertificateOptions.Builder

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

public static interface CertificateOptions.Builder extends SdkPojo, CopyableBuilder<CertificateOptions.Builder,CertificateOptions>
  • Method Details

    • certificateTransparencyLoggingPreference

      CertificateOptions.Builder certificateTransparencyLoggingPreference(String certificateTransparencyLoggingPreference)

      You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.

      Parameters:
      certificateTransparencyLoggingPreference - You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • certificateTransparencyLoggingPreference

      CertificateOptions.Builder certificateTransparencyLoggingPreference(CertificateTransparencyLoggingPreference certificateTransparencyLoggingPreference)

      You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.

      Parameters:
      certificateTransparencyLoggingPreference - You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: