public static interface CertificateValidity.Builder extends SdkPojo, CopyableBuilder<CertificateValidity.Builder,CertificateValidity>
Modifier and Type | Method and Description |
---|---|
CertificateValidity.Builder |
notAfter(Instant notAfter)
The certificate is not valid after this date.
|
CertificateValidity.Builder |
notBefore(Instant notBefore)
The certificate is not valid before this date.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
CertificateValidity.Builder notBefore(Instant notBefore)
The certificate is not valid before this date.
notBefore
- The certificate is not valid before this date.CertificateValidity.Builder notAfter(Instant notAfter)
The certificate is not valid after this date.
notAfter
- The certificate is not valid after this date.Copyright © 2021. All rights reserved.