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.
|
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.Copyright © 2020. All rights reserved.