Interface CertificateInfo.Builder

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

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

    • certificateId

      CertificateInfo.Builder certificateId(String certificateId)

      The identifier of the certificate.

      Parameters:
      certificateId - The identifier of the certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • commonName

      CertificateInfo.Builder commonName(String commonName)

      The common name for the certificate.

      Parameters:
      commonName - The common name for the certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • state

      The state of the certificate.

      Parameters:
      state - The state of the certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • state

      The state of the certificate.

      Parameters:
      state - The state of the certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • expiryDateTime

      CertificateInfo.Builder expiryDateTime(Instant expiryDateTime)

      The date and time when the certificate will expire.

      Parameters:
      expiryDateTime - The date and time when the certificate will expire.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The function that the registered certificate performs. Valid values include ClientLDAPS or ClientCertAuth. The default value is ClientLDAPS.

      Parameters:
      type - The function that the registered certificate performs. Valid values include ClientLDAPS or ClientCertAuth. The default value is ClientLDAPS.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The function that the registered certificate performs. Valid values include ClientLDAPS or ClientCertAuth. The default value is ClientLDAPS.

      Parameters:
      type - The function that the registered certificate performs. Valid values include ClientLDAPS or ClientCertAuth. The default value is ClientLDAPS.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: