public static interface Certificate.Builder extends SdkPojo, CopyableBuilder<Certificate.Builder,Certificate>
| Modifier and Type | Method and Description |
|---|---|
Certificate.Builder |
certificateId(String certificateId)
The identifier of the certificate.
|
Certificate.Builder |
commonName(String commonName)
The common name for the certificate.
|
Certificate.Builder |
expiryDateTime(Instant expiryDateTime)
The date and time when the certificate will expire.
|
Certificate.Builder |
registeredDateTime(Instant registeredDateTime)
The date and time that the certificate was registered.
|
Certificate.Builder |
state(CertificateState state)
The state of the certificate.
|
Certificate.Builder |
state(String state)
The state of the certificate.
|
Certificate.Builder |
stateReason(String stateReason)
Describes a state change for the certificate.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCertificate.Builder certificateId(String certificateId)
The identifier of the certificate.
certificateId - The identifier of the certificate.Certificate.Builder state(String state)
The state of the certificate.
state - The state of the certificate.CertificateState,
CertificateStateCertificate.Builder state(CertificateState state)
The state of the certificate.
state - The state of the certificate.CertificateState,
CertificateStateCertificate.Builder stateReason(String stateReason)
Describes a state change for the certificate.
stateReason - Describes a state change for the certificate.Certificate.Builder commonName(String commonName)
The common name for the certificate.
commonName - The common name for the certificate.Certificate.Builder registeredDateTime(Instant registeredDateTime)
The date and time that the certificate was registered.
registeredDateTime - The date and time that the certificate was registered.Certificate.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.