Interface CertificateOptions.Builder

  • 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: