@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CertificateSummary extends Object implements Serializable, Cloneable, StructuredPojo
This structure is returned in the response object of ListCertificates action.
Constructor and Description |
---|
CertificateSummary() |
Modifier and Type | Method and Description |
---|---|
CertificateSummary |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateArn()
Amazon Resource Name (ARN) of the certificate.
|
Date |
getCreatedAt()
The time at which the certificate was requested.
|
String |
getDomainName()
Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.
|
Boolean |
getExported()
Indicates whether the certificate has been exported.
|
List<String> |
getExtendedKeyUsages()
Contains a list of Extended Key Usage X.509 v3 extension objects.
|
Boolean |
getHasAdditionalSubjectAlternativeNames()
When called by ListCertificates, indicates whether the full list of subject alternative names has been
included in the response.
|
Date |
getImportedAt()
The date and time when the certificate was imported.
|
Boolean |
getInUse()
Indicates whether the certificate is currently in use by any Amazon Web Services resources.
|
Date |
getIssuedAt()
The time at which the certificate was issued.
|
String |
getKeyAlgorithm()
The algorithm that was used to generate the public-private key pair.
|
List<String> |
getKeyUsages()
A list of Key Usage X.509 v3 extension objects.
|
Date |
getNotAfter()
The time after which the certificate is not valid.
|
Date |
getNotBefore()
The time before which the certificate is not valid.
|
String |
getRenewalEligibility()
Specifies whether the certificate is eligible for renewal.
|
Date |
getRevokedAt()
The time at which the certificate was revoked.
|
String |
getStatus()
The status of the certificate.
|
List<String> |
getSubjectAlternativeNameSummaries()
One or more domain names (subject alternative names) included in the certificate.
|
String |
getType()
The source of the certificate.
|
int |
hashCode() |
Boolean |
isExported()
Indicates whether the certificate has been exported.
|
Boolean |
isHasAdditionalSubjectAlternativeNames()
When called by ListCertificates, indicates whether the full list of subject alternative names has been
included in the response.
|
Boolean |
isInUse()
Indicates whether the certificate is currently in use by any Amazon Web Services resources.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCertificateArn(String certificateArn)
Amazon Resource Name (ARN) of the certificate.
|
void |
setCreatedAt(Date createdAt)
The time at which the certificate was requested.
|
void |
setDomainName(String domainName)
Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.
|
void |
setExported(Boolean exported)
Indicates whether the certificate has been exported.
|
void |
setExtendedKeyUsages(Collection<String> extendedKeyUsages)
Contains a list of Extended Key Usage X.509 v3 extension objects.
|
void |
setHasAdditionalSubjectAlternativeNames(Boolean hasAdditionalSubjectAlternativeNames)
When called by ListCertificates, indicates whether the full list of subject alternative names has been
included in the response.
|
void |
setImportedAt(Date importedAt)
The date and time when the certificate was imported.
|
void |
setInUse(Boolean inUse)
Indicates whether the certificate is currently in use by any Amazon Web Services resources.
|
void |
setIssuedAt(Date issuedAt)
The time at which the certificate was issued.
|
void |
setKeyAlgorithm(String keyAlgorithm)
The algorithm that was used to generate the public-private key pair.
|
void |
setKeyUsages(Collection<String> keyUsages)
A list of Key Usage X.509 v3 extension objects.
|
void |
setNotAfter(Date notAfter)
The time after which the certificate is not valid.
|
void |
setNotBefore(Date notBefore)
The time before which the certificate is not valid.
|
void |
setRenewalEligibility(String renewalEligibility)
Specifies whether the certificate is eligible for renewal.
|
void |
setRevokedAt(Date revokedAt)
The time at which the certificate was revoked.
|
void |
setStatus(String status)
The status of the certificate.
|
void |
setSubjectAlternativeNameSummaries(Collection<String> subjectAlternativeNameSummaries)
One or more domain names (subject alternative names) included in the certificate.
|
void |
setType(String type)
The source of the certificate.
|
String |
toString()
Returns a string representation of this object.
|
CertificateSummary |
withCertificateArn(String certificateArn)
Amazon Resource Name (ARN) of the certificate.
|
CertificateSummary |
withCreatedAt(Date createdAt)
The time at which the certificate was requested.
|
CertificateSummary |
withDomainName(String domainName)
Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.
|
CertificateSummary |
withExported(Boolean exported)
Indicates whether the certificate has been exported.
|
CertificateSummary |
withExtendedKeyUsages(Collection<String> extendedKeyUsages)
Contains a list of Extended Key Usage X.509 v3 extension objects.
|
CertificateSummary |
withExtendedKeyUsages(ExtendedKeyUsageName... extendedKeyUsages)
Contains a list of Extended Key Usage X.509 v3 extension objects.
|
CertificateSummary |
withExtendedKeyUsages(String... extendedKeyUsages)
Contains a list of Extended Key Usage X.509 v3 extension objects.
|
CertificateSummary |
withHasAdditionalSubjectAlternativeNames(Boolean hasAdditionalSubjectAlternativeNames)
When called by ListCertificates, indicates whether the full list of subject alternative names has been
included in the response.
|
CertificateSummary |
withImportedAt(Date importedAt)
The date and time when the certificate was imported.
|
CertificateSummary |
withInUse(Boolean inUse)
Indicates whether the certificate is currently in use by any Amazon Web Services resources.
|
CertificateSummary |
withIssuedAt(Date issuedAt)
The time at which the certificate was issued.
|
CertificateSummary |
withKeyAlgorithm(KeyAlgorithm keyAlgorithm)
The algorithm that was used to generate the public-private key pair.
|
CertificateSummary |
withKeyAlgorithm(String keyAlgorithm)
The algorithm that was used to generate the public-private key pair.
|
CertificateSummary |
withKeyUsages(Collection<String> keyUsages)
A list of Key Usage X.509 v3 extension objects.
|
CertificateSummary |
withKeyUsages(KeyUsageName... keyUsages)
A list of Key Usage X.509 v3 extension objects.
|
CertificateSummary |
withKeyUsages(String... keyUsages)
A list of Key Usage X.509 v3 extension objects.
|
CertificateSummary |
withNotAfter(Date notAfter)
The time after which the certificate is not valid.
|
CertificateSummary |
withNotBefore(Date notBefore)
The time before which the certificate is not valid.
|
CertificateSummary |
withRenewalEligibility(RenewalEligibility renewalEligibility)
Specifies whether the certificate is eligible for renewal.
|
CertificateSummary |
withRenewalEligibility(String renewalEligibility)
Specifies whether the certificate is eligible for renewal.
|
CertificateSummary |
withRevokedAt(Date revokedAt)
The time at which the certificate was revoked.
|
CertificateSummary |
withStatus(CertificateStatus status)
The status of the certificate.
|
CertificateSummary |
withStatus(String status)
The status of the certificate.
|
CertificateSummary |
withSubjectAlternativeNameSummaries(Collection<String> subjectAlternativeNameSummaries)
One or more domain names (subject alternative names) included in the certificate.
|
CertificateSummary |
withSubjectAlternativeNameSummaries(String... subjectAlternativeNameSummaries)
One or more domain names (subject alternative names) included in the certificate.
|
CertificateSummary |
withType(CertificateType type)
The source of the certificate.
|
CertificateSummary |
withType(String type)
The source of the certificate.
|
public void setCertificateArn(String certificateArn)
Amazon Resource Name (ARN) of the certificate. This is of the form:
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs).
certificateArn
- Amazon Resource Name (ARN) of the certificate. This is of the form:
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs).
public String getCertificateArn()
Amazon Resource Name (ARN) of the certificate. This is of the form:
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs).
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs).
public CertificateSummary withCertificateArn(String certificateArn)
Amazon Resource Name (ARN) of the certificate. This is of the form:
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs).
certificateArn
- Amazon Resource Name (ARN) of the certificate. This is of the form:
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs).
public void setDomainName(String domainName)
Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.
domainName
- Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.public String getDomainName()
Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.
public CertificateSummary withDomainName(String domainName)
Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.
domainName
- Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.public List<String> getSubjectAlternativeNameSummaries()
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.
When called by ListCertificates, this parameter will only return the first 100 subject alternative names included in the certificate. To display the full list of subject alternative names, use DescribeCertificate.
When called by ListCertificates, this parameter will only return the first 100 subject alternative names included in the certificate. To display the full list of subject alternative names, use DescribeCertificate.
public void setSubjectAlternativeNameSummaries(Collection<String> subjectAlternativeNameSummaries)
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.
When called by ListCertificates, this parameter will only return the first 100 subject alternative names included in the certificate. To display the full list of subject alternative names, use DescribeCertificate.
subjectAlternativeNameSummaries
- 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.
When called by ListCertificates, this parameter will only return the first 100 subject alternative names included in the certificate. To display the full list of subject alternative names, use DescribeCertificate.
public CertificateSummary withSubjectAlternativeNameSummaries(String... subjectAlternativeNameSummaries)
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.
When called by ListCertificates, this parameter will only return the first 100 subject alternative names included in the certificate. To display the full list of subject alternative names, use DescribeCertificate.
NOTE: This method appends the values to the existing list (if any). Use
setSubjectAlternativeNameSummaries(java.util.Collection)
or
withSubjectAlternativeNameSummaries(java.util.Collection)
if you want to override the existing values.
subjectAlternativeNameSummaries
- 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.
When called by ListCertificates, this parameter will only return the first 100 subject alternative names included in the certificate. To display the full list of subject alternative names, use DescribeCertificate.
public CertificateSummary withSubjectAlternativeNameSummaries(Collection<String> subjectAlternativeNameSummaries)
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.
When called by ListCertificates, this parameter will only return the first 100 subject alternative names included in the certificate. To display the full list of subject alternative names, use DescribeCertificate.
subjectAlternativeNameSummaries
- 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.
When called by ListCertificates, this parameter will only return the first 100 subject alternative names included in the certificate. To display the full list of subject alternative names, use DescribeCertificate.
public void setHasAdditionalSubjectAlternativeNames(Boolean hasAdditionalSubjectAlternativeNames)
When called by ListCertificates, indicates whether the full list of subject alternative names has been included in the response. If false, the response includes all of the subject alternative names included in the certificate. If true, the response only includes the first 100 subject alternative names included in the certificate. To display the full list of subject alternative names, use DescribeCertificate.
hasAdditionalSubjectAlternativeNames
- When called by ListCertificates, indicates whether the full list of subject alternative names has
been included in the response. If false, the response includes all of the subject alternative names
included in the certificate. If true, the response only includes the first 100 subject alternative names
included in the certificate. To display the full list of subject alternative names, use
DescribeCertificate.public Boolean getHasAdditionalSubjectAlternativeNames()
When called by ListCertificates, indicates whether the full list of subject alternative names has been included in the response. If false, the response includes all of the subject alternative names included in the certificate. If true, the response only includes the first 100 subject alternative names included in the certificate. To display the full list of subject alternative names, use DescribeCertificate.
public CertificateSummary withHasAdditionalSubjectAlternativeNames(Boolean hasAdditionalSubjectAlternativeNames)
When called by ListCertificates, indicates whether the full list of subject alternative names has been included in the response. If false, the response includes all of the subject alternative names included in the certificate. If true, the response only includes the first 100 subject alternative names included in the certificate. To display the full list of subject alternative names, use DescribeCertificate.
hasAdditionalSubjectAlternativeNames
- When called by ListCertificates, indicates whether the full list of subject alternative names has
been included in the response. If false, the response includes all of the subject alternative names
included in the certificate. If true, the response only includes the first 100 subject alternative names
included in the certificate. To display the full list of subject alternative names, use
DescribeCertificate.public Boolean isHasAdditionalSubjectAlternativeNames()
When called by ListCertificates, indicates whether the full list of subject alternative names has been included in the response. If false, the response includes all of the subject alternative names included in the certificate. If true, the response only includes the first 100 subject alternative names included in the certificate. To display the full list of subject alternative names, use DescribeCertificate.
public void setStatus(String status)
The status of the certificate.
A certificate enters status PENDING_VALIDATION upon being requested, unless it fails for any of the reasons given in the troubleshooting topic Certificate request fails. ACM makes repeated attempts to validate a certificate for 72 hours and then times out. If a certificate shows status FAILED or VALIDATION_TIMED_OUT, delete the request, correct the issue with DNS validation or Email validation, and try again. If validation succeeds, the certificate enters status ISSUED.
status
- The status of the certificate.
A certificate enters status PENDING_VALIDATION upon being requested, unless it fails for any of the reasons given in the troubleshooting topic Certificate request fails. ACM makes repeated attempts to validate a certificate for 72 hours and then times out. If a certificate shows status FAILED or VALIDATION_TIMED_OUT, delete the request, correct the issue with DNS validation or Email validation, and try again. If validation succeeds, the certificate enters status ISSUED.
CertificateStatus
public String getStatus()
The status of the certificate.
A certificate enters status PENDING_VALIDATION upon being requested, unless it fails for any of the reasons given in the troubleshooting topic Certificate request fails. ACM makes repeated attempts to validate a certificate for 72 hours and then times out. If a certificate shows status FAILED or VALIDATION_TIMED_OUT, delete the request, correct the issue with DNS validation or Email validation, and try again. If validation succeeds, the certificate enters status ISSUED.
A certificate enters status PENDING_VALIDATION upon being requested, unless it fails for any of the reasons given in the troubleshooting topic Certificate request fails. ACM makes repeated attempts to validate a certificate for 72 hours and then times out. If a certificate shows status FAILED or VALIDATION_TIMED_OUT, delete the request, correct the issue with DNS validation or Email validation, and try again. If validation succeeds, the certificate enters status ISSUED.
CertificateStatus
public CertificateSummary withStatus(String status)
The status of the certificate.
A certificate enters status PENDING_VALIDATION upon being requested, unless it fails for any of the reasons given in the troubleshooting topic Certificate request fails. ACM makes repeated attempts to validate a certificate for 72 hours and then times out. If a certificate shows status FAILED or VALIDATION_TIMED_OUT, delete the request, correct the issue with DNS validation or Email validation, and try again. If validation succeeds, the certificate enters status ISSUED.
status
- The status of the certificate.
A certificate enters status PENDING_VALIDATION upon being requested, unless it fails for any of the reasons given in the troubleshooting topic Certificate request fails. ACM makes repeated attempts to validate a certificate for 72 hours and then times out. If a certificate shows status FAILED or VALIDATION_TIMED_OUT, delete the request, correct the issue with DNS validation or Email validation, and try again. If validation succeeds, the certificate enters status ISSUED.
CertificateStatus
public CertificateSummary withStatus(CertificateStatus status)
The status of the certificate.
A certificate enters status PENDING_VALIDATION upon being requested, unless it fails for any of the reasons given in the troubleshooting topic Certificate request fails. ACM makes repeated attempts to validate a certificate for 72 hours and then times out. If a certificate shows status FAILED or VALIDATION_TIMED_OUT, delete the request, correct the issue with DNS validation or Email validation, and try again. If validation succeeds, the certificate enters status ISSUED.
status
- The status of the certificate.
A certificate enters status PENDING_VALIDATION upon being requested, unless it fails for any of the reasons given in the troubleshooting topic Certificate request fails. ACM makes repeated attempts to validate a certificate for 72 hours and then times out. If a certificate shows status FAILED or VALIDATION_TIMED_OUT, delete the request, correct the issue with DNS validation or Email validation, and try again. If validation succeeds, the certificate enters status ISSUED.
CertificateStatus
public void setType(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
Certificate Manager User Guide.
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 Certificate Manager User Guide.CertificateType
public String getType()
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
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 Certificate Manager User Guide.CertificateType
public CertificateSummary withType(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
Certificate Manager User Guide.
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 Certificate Manager User Guide.CertificateType
public CertificateSummary withType(CertificateType 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
Certificate Manager User Guide.
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 Certificate Manager User Guide.CertificateType
public void setKeyAlgorithm(String keyAlgorithm)
The algorithm that was used to generate the public-private key pair.
keyAlgorithm
- The algorithm that was used to generate the public-private key pair.KeyAlgorithm
public String getKeyAlgorithm()
The algorithm that was used to generate the public-private key pair.
KeyAlgorithm
public CertificateSummary withKeyAlgorithm(String keyAlgorithm)
The algorithm that was used to generate the public-private key pair.
keyAlgorithm
- The algorithm that was used to generate the public-private key pair.KeyAlgorithm
public CertificateSummary withKeyAlgorithm(KeyAlgorithm keyAlgorithm)
The algorithm that was used to generate the public-private key pair.
keyAlgorithm
- The algorithm that was used to generate the public-private key pair.KeyAlgorithm
public List<String> getKeyUsages()
A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.
KeyUsageName
public void setKeyUsages(Collection<String> keyUsages)
A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.
keyUsages
- A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose
of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE,
KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.KeyUsageName
public CertificateSummary withKeyUsages(String... keyUsages)
A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.
NOTE: This method appends the values to the existing list (if any). Use
setKeyUsages(java.util.Collection)
or withKeyUsages(java.util.Collection)
if you want to
override the existing values.
keyUsages
- A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose
of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE,
KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.KeyUsageName
public CertificateSummary withKeyUsages(Collection<String> keyUsages)
A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.
keyUsages
- A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose
of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE,
KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.KeyUsageName
public CertificateSummary withKeyUsages(KeyUsageName... keyUsages)
A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.
keyUsages
- A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose
of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE,
KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.KeyUsageName
public List<String> getExtendedKeyUsages()
Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).
ExtendedKeyUsageName
public void setExtendedKeyUsages(Collection<String> extendedKeyUsages)
Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).
extendedKeyUsages
- Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for
which the certificate public key can be used and consists of a name and an object identifier (OID).ExtendedKeyUsageName
public CertificateSummary withExtendedKeyUsages(String... extendedKeyUsages)
Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).
NOTE: This method appends the values to the existing list (if any). Use
setExtendedKeyUsages(java.util.Collection)
or withExtendedKeyUsages(java.util.Collection)
if
you want to override the existing values.
extendedKeyUsages
- Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for
which the certificate public key can be used and consists of a name and an object identifier (OID).ExtendedKeyUsageName
public CertificateSummary withExtendedKeyUsages(Collection<String> extendedKeyUsages)
Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).
extendedKeyUsages
- Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for
which the certificate public key can be used and consists of a name and an object identifier (OID).ExtendedKeyUsageName
public CertificateSummary withExtendedKeyUsages(ExtendedKeyUsageName... extendedKeyUsages)
Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).
extendedKeyUsages
- Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for
which the certificate public key can be used and consists of a name and an object identifier (OID).ExtendedKeyUsageName
public void setInUse(Boolean inUse)
Indicates whether the certificate is currently in use by any Amazon Web Services resources.
inUse
- Indicates whether the certificate is currently in use by any Amazon Web Services resources.public Boolean getInUse()
Indicates whether the certificate is currently in use by any Amazon Web Services resources.
public CertificateSummary withInUse(Boolean inUse)
Indicates whether the certificate is currently in use by any Amazon Web Services resources.
inUse
- Indicates whether the certificate is currently in use by any Amazon Web Services resources.public Boolean isInUse()
Indicates whether the certificate is currently in use by any Amazon Web Services resources.
public void setExported(Boolean exported)
Indicates whether the certificate has been exported. This value exists only when the certificate type is
PRIVATE
.
exported
- Indicates whether the certificate has been exported. This value exists only when the certificate type is
PRIVATE
.public Boolean getExported()
Indicates whether the certificate has been exported. This value exists only when the certificate type is
PRIVATE
.
PRIVATE
.public CertificateSummary withExported(Boolean exported)
Indicates whether the certificate has been exported. This value exists only when the certificate type is
PRIVATE
.
exported
- Indicates whether the certificate has been exported. This value exists only when the certificate type is
PRIVATE
.public Boolean isExported()
Indicates whether the certificate has been exported. This value exists only when the certificate type is
PRIVATE
.
PRIVATE
.public void setRenewalEligibility(String renewalEligibility)
Specifies whether the certificate is eligible for renewal. At this time, only exported private certificates can be renewed with the RenewCertificate command.
renewalEligibility
- Specifies whether the certificate is eligible for renewal. At this time, only exported private
certificates can be renewed with the RenewCertificate command.RenewalEligibility
public String getRenewalEligibility()
Specifies whether the certificate is eligible for renewal. At this time, only exported private certificates can be renewed with the RenewCertificate command.
RenewalEligibility
public CertificateSummary withRenewalEligibility(String renewalEligibility)
Specifies whether the certificate is eligible for renewal. At this time, only exported private certificates can be renewed with the RenewCertificate command.
renewalEligibility
- Specifies whether the certificate is eligible for renewal. At this time, only exported private
certificates can be renewed with the RenewCertificate command.RenewalEligibility
public CertificateSummary withRenewalEligibility(RenewalEligibility renewalEligibility)
Specifies whether the certificate is eligible for renewal. At this time, only exported private certificates can be renewed with the RenewCertificate command.
renewalEligibility
- Specifies whether the certificate is eligible for renewal. At this time, only exported private
certificates can be renewed with the RenewCertificate command.RenewalEligibility
public void setNotBefore(Date notBefore)
The time before which the certificate is not valid.
notBefore
- The time before which the certificate is not valid.public Date getNotBefore()
The time before which the certificate is not valid.
public CertificateSummary withNotBefore(Date notBefore)
The time before which the certificate is not valid.
notBefore
- The time before which the certificate is not valid.public void setNotAfter(Date notAfter)
The time after which the certificate is not valid.
notAfter
- The time after which the certificate is not valid.public Date getNotAfter()
The time after which the certificate is not valid.
public CertificateSummary withNotAfter(Date notAfter)
The time after which the certificate is not valid.
notAfter
- The time after which the certificate is not valid.public void setCreatedAt(Date createdAt)
The time at which the certificate was requested.
createdAt
- The time at which the certificate was requested.public Date getCreatedAt()
The time at which the certificate was requested.
public CertificateSummary withCreatedAt(Date createdAt)
The time at which the certificate was requested.
createdAt
- The time at which the certificate was requested.public void setIssuedAt(Date issuedAt)
The time at which the certificate was issued. This value exists only when the certificate type is
AMAZON_ISSUED
.
issuedAt
- The time at which the certificate was issued. This value exists only when the certificate type is
AMAZON_ISSUED
.public Date getIssuedAt()
The time at which the certificate was issued. This value exists only when the certificate type is
AMAZON_ISSUED
.
AMAZON_ISSUED
.public CertificateSummary withIssuedAt(Date issuedAt)
The time at which the certificate was issued. This value exists only when the certificate type is
AMAZON_ISSUED
.
issuedAt
- The time at which the certificate was issued. This value exists only when the certificate type is
AMAZON_ISSUED
.public void setImportedAt(Date importedAt)
The date and time when the certificate was imported. This value exists only when the certificate type is
IMPORTED
.
importedAt
- The date and time when the certificate was imported. This value exists only when the certificate type is
IMPORTED
.public Date getImportedAt()
The date and time when the certificate was imported. This value exists only when the certificate type is
IMPORTED
.
IMPORTED
.public CertificateSummary withImportedAt(Date importedAt)
The date and time when the certificate was imported. This value exists only when the certificate type is
IMPORTED
.
importedAt
- The date and time when the certificate was imported. This value exists only when the certificate type is
IMPORTED
.public void setRevokedAt(Date revokedAt)
The time at which the certificate was revoked. This value exists only when the certificate status is
REVOKED
.
revokedAt
- The time at which the certificate was revoked. This value exists only when the certificate status is
REVOKED
.public Date getRevokedAt()
The time at which the certificate was revoked. This value exists only when the certificate status is
REVOKED
.
REVOKED
.public CertificateSummary withRevokedAt(Date revokedAt)
The time at which the certificate was revoked. This value exists only when the certificate status is
REVOKED
.
revokedAt
- The time at which the certificate was revoked. This value exists only when the certificate status is
REVOKED
.public String toString()
toString
in class Object
Object.toString()
public CertificateSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.