StructuredPojo
, ToCopyableBuilder<CertificateDetail.Builder,CertificateDetail>
@Generated("software.amazon.awssdk:codegen") public class CertificateDetail extends Object implements StructuredPojo, ToCopyableBuilder<CertificateDetail.Builder,CertificateDetail>
Contains metadata about an ACM certificate. This structure is returned in the response to a DescribeCertificate request.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CertificateDetail.Builder |
Modifier and Type | Method | Description |
---|---|---|
static CertificateDetail.Builder |
builder() |
|
String |
certificateArn() |
The Amazon Resource Name (ARN) of the certificate.
|
Date |
createdAt() |
The time at which the certificate was requested.
|
String |
domainName() |
The fully qualified domain name for the certificate, such as www.example.com or example.com.
|
List<DomainValidation> |
domainValidationOptions() |
Contains information about the initial validation of each domain name that occurs as a result of the
RequestCertificate request.
|
boolean |
equals(Object obj) |
|
String |
failureReason() |
The reason the certificate request failed.
|
int |
hashCode() |
|
Date |
importedAt() |
The date and time at which the certificate was imported.
|
List<String> |
inUseBy() |
A list of ARNs for the AWS resources that are using the certificate.
|
Date |
issuedAt() |
The time at which the certificate was issued.
|
String |
issuer() |
The name of the certificate authority that issued and signed the certificate.
|
String |
keyAlgorithm() |
The algorithm that was used to generate the key pair (the public and private key).
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
Date |
notAfter() |
The time after which the certificate is not valid.
|
Date |
notBefore() |
The time before which the certificate is not valid.
|
RenewalSummary |
renewalSummary() |
Contains information about the status of ACM's managed renewal for the certificate.
|
String |
revocationReason() |
The reason the certificate was revoked.
|
Date |
revokedAt() |
The time at which the certificate was revoked.
|
String |
serial() |
The serial number of the certificate.
|
static Class<? extends CertificateDetail.Builder> |
serializableBuilderClass() |
|
String |
signatureAlgorithm() |
The algorithm that was used to sign the certificate.
|
String |
status() |
The status of the certificate.
|
String |
subject() |
The name of the entity that is associated with the public key contained in the certificate.
|
List<String> |
subjectAlternativeNames() |
One or more domain names (subject alternative names) included in the certificate.
|
CertificateDetail.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
type() |
The source of the certificate.
|
public String certificateArn()
The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
public String domainName()
The fully qualified domain name for the certificate, such as www.example.com or example.com.
public List<String> subjectAlternativeNames()
One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.
public List<DomainValidation> domainValidationOptions()
Contains information about the initial validation of each domain name that occurs as a result of the
RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED
.
AMAZON_ISSUED
.public String serial()
The serial number of the certificate.
public String subject()
The name of the entity that is associated with the public key contained in the certificate.
public String issuer()
The name of the certificate authority that issued and signed the certificate.
public Date createdAt()
The time at which the certificate was requested. This value exists only when the certificate type is
AMAZON_ISSUED
.
AMAZON_ISSUED
.public Date issuedAt()
The time at which the certificate was issued. This value exists only when the certificate type is
AMAZON_ISSUED
.
AMAZON_ISSUED
.public Date importedAt()
The date and time at which the certificate was imported. This value exists only when the certificate type is
IMPORTED
.
IMPORTED
.public String status()
The status of the certificate.
CertificateStatus
public Date revokedAt()
The time at which the certificate was revoked. This value exists only when the certificate status is
REVOKED
.
REVOKED
.public String revocationReason()
The reason the certificate was revoked. This value exists only when the certificate status is
REVOKED
.
REVOKED
.RevocationReason
public Date notBefore()
The time before which the certificate is not valid.
public Date notAfter()
The time after which the certificate is not valid.
public String keyAlgorithm()
The algorithm that was used to generate the key pair (the public and private key).
KeyAlgorithm
public String signatureAlgorithm()
The algorithm that was used to sign the certificate.
public List<String> inUseBy()
A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.
public String failureReason()
The reason the certificate request failed. This value exists only when the certificate status is
FAILED
. For more information, see Certificate
Request Failed in the AWS Certificate Manager User Guide.
FAILED
. For more information, see Certificate Request Failed in the AWS Certificate Manager User Guide.FailureReason
public String type()
The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED
. For
certificates that you imported with ImportCertificate, this value is IMPORTED
. ACM does not
provide managed renewal for
imported certificates. For more information about the differences between certificates that you import and those
that ACM provides, see Importing Certificates in the
AWS Certificate Manager User Guide.
AMAZON_ISSUED
. For certificates that you imported with ImportCertificate, this value is IMPORTED
.
ACM does not provide managed
renewal for imported certificates. For more information about the differences between certificates
that you import and those that ACM provides, see Importing Certificates
in the AWS Certificate Manager User Guide.CertificateType
public RenewalSummary renewalSummary()
Contains information about the status of ACM's managed renewal for the certificate.
This field exists only when the certificate type is AMAZON_ISSUED
.
AMAZON_ISSUED
.public CertificateDetail.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CertificateDetail.Builder,CertificateDetail>
public static CertificateDetail.Builder builder()
public static Class<? extends CertificateDetail.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.