CopyableBuilder<Certificate.Builder,Certificate>, SdkBuilder<Certificate.Builder,Certificate>public static interface Certificate.Builder extends CopyableBuilder<Certificate.Builder,Certificate>
| Modifier and Type | Method | Description |
|---|---|---|
Certificate.Builder |
certificateArn(String certificateArn) |
The ARN of the certificate.
|
Certificate.Builder |
certificateId(String certificateId) |
The ID of the certificate.
|
Certificate.Builder |
creationDate(Date creationDate) |
The date and time the certificate was created.
|
Certificate.Builder |
status(String status) |
The status of the certificate.
|
Certificate.Builder |
status(CertificateStatus 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.
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.
CertificateStatusCertificate.Builder creationDate(Date 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.