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.
|
copyapplyMutation, buildCertificateValidity.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.