public static interface Certificate.Builder extends CopyableBuilder<Certificate.Builder,Certificate>
| Modifier and Type | Method and Description |
|---|---|
Certificate.Builder |
certificateArn(String certificateArn)
The ARN of the certificate.
|
Certificate.Builder |
certificateId(String certificateId)
The ID of the certificate.
|
Certificate.Builder |
creationDate(Instant creationDate)
The date and time the certificate was created.
|
Certificate.Builder |
status(CertificateStatus status)
The status of the certificate.
|
Certificate.Builder |
status(String status)
The status of the certificate.
|
copyapply, buildCertificate.Builder certificateArn(String certificateArn)
The ARN of the certificate.
certificateArn - The ARN of the certificate.Certificate.Builder certificateId(String certificateId)
The ID of the certificate.
certificateId - The ID of the certificate.Certificate.Builder status(String status)
The status of the certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
status - The status of the certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
CertificateStatus,
CertificateStatusCertificate.Builder status(CertificateStatus status)
The status of the certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
status - The status of the certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
CertificateStatus,
CertificateStatusCertificate.Builder creationDate(Instant creationDate)
The date and time the certificate was created.
creationDate - The date and time the certificate was created.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.