public static interface CertificateSummary.Builder extends SdkPojo, CopyableBuilder<CertificateSummary.Builder,CertificateSummary>
| Modifier and Type | Method and Description |
|---|---|
CertificateSummary.Builder |
issuer(String issuer)
The entity that issued the certificate.
|
CertificateSummary.Builder |
notValidAfter(Instant notValidAfter)
The certificate is not valid after this date.
|
CertificateSummary.Builder |
notValidBefore(Instant notValidBefore)
The certificate is not valid before this date.
|
CertificateSummary.Builder |
subject(String subject)
The entity the certificate belongs to.
|
CertificateSummary.Builder |
thumbprint(String thumbprint)
A hexadecimal identifier for the certificate.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCertificateSummary.Builder issuer(String issuer)
The entity that issued the certificate.
issuer - The entity that issued the certificate.CertificateSummary.Builder notValidAfter(Instant notValidAfter)
The certificate is not valid after this date.
notValidAfter - The certificate is not valid after this date.CertificateSummary.Builder notValidBefore(Instant notValidBefore)
The certificate is not valid before this date.
notValidBefore - The certificate is not valid before this date.CertificateSummary.Builder subject(String subject)
The entity the certificate belongs to.
subject - The entity the certificate belongs to.CertificateSummary.Builder thumbprint(String thumbprint)
A hexadecimal identifier for the certificate.
thumbprint - A hexadecimal identifier for the certificate.Copyright © 2023. All rights reserved.