ListedCertificate.Builder |
ListedCertificate.Builder.activeDate(Instant activeDate) |
An optional date that specifies when the certificate becomes active.
|
ListedCertificate.Builder |
ListedCertificate.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the specified certificate.
|
static ListedCertificate.Builder |
ListedCertificate.builder() |
|
ListedCertificate.Builder |
ListedCertificate.Builder.certificateId(String certificateId) |
An array of identifiers for the imported certificates.
|
ListedCertificate.Builder |
ListedCertificate.Builder.description(String description) |
The name or short description that's used to identify the certificate.
|
ListedCertificate.Builder |
ListedCertificate.Builder.inactiveDate(Instant inactiveDate) |
An optional date that specifies when the certificate becomes inactive.
|
ListedCertificate.Builder |
ListedCertificate.Builder.status(String status) |
The certificate can be either ACTIVE, PENDING_ROTATION, or INACTIVE.
|
ListedCertificate.Builder |
ListedCertificate.Builder.status(CertificateStatusType status) |
The certificate can be either ACTIVE, PENDING_ROTATION, or INACTIVE.
|
ListedCertificate.Builder |
ListedCertificate.toBuilder() |
|
ListedCertificate.Builder |
ListedCertificate.Builder.type(String type) |
The type for the certificate.
|
ListedCertificate.Builder |
ListedCertificate.Builder.type(CertificateType type) |
The type for the certificate.
|
ListedCertificate.Builder |
ListedCertificate.Builder.usage(String usage) |
Specifies how this certificate is used.
|
ListedCertificate.Builder |
ListedCertificate.Builder.usage(CertificateUsageType usage) |
Specifies how this certificate is used.
|