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