public static interface CertificateInfo.Builder extends SdkPojo, CopyableBuilder<CertificateInfo.Builder,CertificateInfo>
| Modifier and Type | Method and Description |
|---|---|
CertificateInfo.Builder |
certificateId(String certificateId)
The identifier of the certificate.
|
CertificateInfo.Builder |
commonName(String commonName)
The common name for the certificate.
|
CertificateInfo.Builder |
expiryDateTime(Instant expiryDateTime)
The date and time when the certificate will expire.
|
CertificateInfo.Builder |
state(CertificateState state)
The state of the certificate.
|
CertificateInfo.Builder |
state(String state)
The state of the certificate.
|
CertificateInfo.Builder |
type(CertificateType type)
The function that the registered certificate performs.
|
CertificateInfo.Builder |
type(String type)
The function that the registered certificate performs.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCertificateInfo.Builder certificateId(String certificateId)
The identifier of the certificate.
certificateId - The identifier of the certificate.CertificateInfo.Builder commonName(String commonName)
The common name for the certificate.
commonName - The common name for the certificate.CertificateInfo.Builder state(String state)
The state of the certificate.
state - The state of the certificate.CertificateState,
CertificateStateCertificateInfo.Builder state(CertificateState state)
The state of the certificate.
state - The state of the certificate.CertificateState,
CertificateStateCertificateInfo.Builder expiryDateTime(Instant expiryDateTime)
The date and time when the certificate will expire.
expiryDateTime - The date and time when the certificate will expire.CertificateInfo.Builder type(String type)
The function that the registered certificate performs. Valid values include ClientLDAPS or
ClientCertAuth. The default value is ClientLDAPS.
type - The function that the registered certificate performs. Valid values include ClientLDAPS
or ClientCertAuth. The default value is ClientLDAPS.CertificateType,
CertificateTypeCertificateInfo.Builder type(CertificateType type)
The function that the registered certificate performs. Valid values include ClientLDAPS or
ClientCertAuth. The default value is ClientLDAPS.
type - The function that the registered certificate performs. Valid values include ClientLDAPS
or ClientCertAuth. The default value is ClientLDAPS.CertificateType,
CertificateTypeCopyright © 2022. All rights reserved.