CopyableBuilder<CertificateDetail.Builder,CertificateDetail>
, SdkBuilder<CertificateDetail.Builder,CertificateDetail>
public static interface CertificateDetail.Builder extends CopyableBuilder<CertificateDetail.Builder,CertificateDetail>
Modifier and Type | Method | Description |
---|---|---|
CertificateDetail.Builder |
certificateArn(String certificateArn) |
The Amazon Resource Name (ARN) of the certificate.
|
CertificateDetail.Builder |
createdAt(Date createdAt) |
The time at which the certificate was requested.
|
CertificateDetail.Builder |
domainName(String domainName) |
The fully qualified domain name for the certificate, such as www.example.com or example.com.
|
CertificateDetail.Builder |
domainValidationOptions(Collection<DomainValidation> domainValidationOptions) |
Contains information about the initial validation of each domain name that occurs as a result of the
RequestCertificate request.
|
CertificateDetail.Builder |
domainValidationOptions(DomainValidation... domainValidationOptions) |
Contains information about the initial validation of each domain name that occurs as a result of the
RequestCertificate request.
|
CertificateDetail.Builder |
failureReason(String failureReason) |
The reason the certificate request failed.
|
CertificateDetail.Builder |
failureReason(FailureReason failureReason) |
The reason the certificate request failed.
|
CertificateDetail.Builder |
importedAt(Date importedAt) |
The date and time at which the certificate was imported.
|
CertificateDetail.Builder |
inUseBy(String... inUseBy) |
A list of ARNs for the AWS resources that are using the certificate.
|
CertificateDetail.Builder |
inUseBy(Collection<String> inUseBy) |
A list of ARNs for the AWS resources that are using the certificate.
|
CertificateDetail.Builder |
issuedAt(Date issuedAt) |
The time at which the certificate was issued.
|
CertificateDetail.Builder |
issuer(String issuer) |
The name of the certificate authority that issued and signed the certificate.
|
CertificateDetail.Builder |
keyAlgorithm(String keyAlgorithm) |
The algorithm that was used to generate the key pair (the public and private key).
|
CertificateDetail.Builder |
keyAlgorithm(KeyAlgorithm keyAlgorithm) |
The algorithm that was used to generate the key pair (the public and private key).
|
CertificateDetail.Builder |
notAfter(Date notAfter) |
The time after which the certificate is not valid.
|
CertificateDetail.Builder |
notBefore(Date notBefore) |
The time before which the certificate is not valid.
|
CertificateDetail.Builder |
renewalSummary(RenewalSummary renewalSummary) |
Contains information about the status of ACM's managed renewal for the
certificate.
|
CertificateDetail.Builder |
revocationReason(String revocationReason) |
The reason the certificate was revoked.
|
CertificateDetail.Builder |
revocationReason(RevocationReason revocationReason) |
The reason the certificate was revoked.
|
CertificateDetail.Builder |
revokedAt(Date revokedAt) |
The time at which the certificate was revoked.
|
CertificateDetail.Builder |
serial(String serial) |
The serial number of the certificate.
|
CertificateDetail.Builder |
signatureAlgorithm(String signatureAlgorithm) |
The algorithm that was used to sign the certificate.
|
CertificateDetail.Builder |
status(String status) |
The status of the certificate.
|
CertificateDetail.Builder |
status(CertificateStatus status) |
The status of the certificate.
|
CertificateDetail.Builder |
subject(String subject) |
The name of the entity that is associated with the public key contained in the certificate.
|
CertificateDetail.Builder |
subjectAlternativeNames(String... subjectAlternativeNames) |
One or more domain names (subject alternative names) included in the certificate.
|
CertificateDetail.Builder |
subjectAlternativeNames(Collection<String> subjectAlternativeNames) |
One or more domain names (subject alternative names) included in the certificate.
|
CertificateDetail.Builder |
type(String type) |
The source of the certificate.
|
CertificateDetail.Builder |
type(CertificateType type) |
The source of the certificate.
|
copy
apply, build
CertificateDetail.Builder certificateArn(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.
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.CertificateDetail.Builder domainName(String domainName)
The fully qualified domain name for the certificate, such as www.example.com or example.com.
domainName
- The fully qualified domain name for the certificate, such as www.example.com or example.com.CertificateDetail.Builder subjectAlternativeNames(Collection<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.
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.CertificateDetail.Builder subjectAlternativeNames(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.
NOTE: This method appends the values to the existing list (if any). Use
#setSubjectAlternativeNames(java.util.Collection)
or
#withSubjectAlternativeNames(java.util.Collection)
if you want to override the existing values.
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.CertificateDetail.Builder domainValidationOptions(Collection<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
.
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
.CertificateDetail.Builder domainValidationOptions(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
.
NOTE: This method appends the values to the existing list (if any). Use
#setDomainValidationOptions(java.util.Collection)
or
#withDomainValidationOptions(java.util.Collection)
if you want to override the existing values.
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
.CertificateDetail.Builder serial(String serial)
The serial number of the certificate.
serial
- The serial number of the certificate.CertificateDetail.Builder subject(String subject)
The name of the entity that is associated with the public key contained in the certificate.
subject
- The name of the entity that is associated with the public key contained in the certificate.CertificateDetail.Builder issuer(String issuer)
The name of the certificate authority that issued and signed the certificate.
issuer
- The name of the certificate authority that issued and signed the certificate.CertificateDetail.Builder createdAt(Date createdAt)
The time at which the certificate was requested. This value exists only when the certificate type is
AMAZON_ISSUED
.
createdAt
- The time at which the certificate was requested. This value exists only when the certificate type is
AMAZON_ISSUED
.CertificateDetail.Builder issuedAt(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
.CertificateDetail.Builder importedAt(Date importedAt)
The date and time at which the certificate was imported. This value exists only when the certificate type is
IMPORTED
.
importedAt
- The date and time at which the certificate was imported. This value exists only when the certificate
type is IMPORTED
.CertificateDetail.Builder status(String status)
The status of the certificate.
status
- The status of the certificate.CertificateStatus
CertificateDetail.Builder status(CertificateStatus status)
The status of the certificate.
status
- The status of the certificate.CertificateStatus
CertificateDetail.Builder revokedAt(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
.CertificateDetail.Builder revocationReason(String revocationReason)
The reason the certificate was revoked. This value exists only when the certificate status is
REVOKED
.
revocationReason
- The reason the certificate was revoked. This value exists only when the certificate status is
REVOKED
.RevocationReason
CertificateDetail.Builder revocationReason(RevocationReason revocationReason)
The reason the certificate was revoked. This value exists only when the certificate status is
REVOKED
.
revocationReason
- The reason the certificate was revoked. This value exists only when the certificate status is
REVOKED
.RevocationReason
CertificateDetail.Builder notBefore(Date notBefore)
The time before which the certificate is not valid.
notBefore
- The time before which the certificate is not valid.CertificateDetail.Builder notAfter(Date notAfter)
The time after which the certificate is not valid.
notAfter
- The time after which the certificate is not valid.CertificateDetail.Builder keyAlgorithm(String keyAlgorithm)
The algorithm that was used to generate the key pair (the public and private key).
keyAlgorithm
- The algorithm that was used to generate the key pair (the public and private key).KeyAlgorithm
CertificateDetail.Builder keyAlgorithm(KeyAlgorithm keyAlgorithm)
The algorithm that was used to generate the key pair (the public and private key).
keyAlgorithm
- The algorithm that was used to generate the key pair (the public and private key).KeyAlgorithm
CertificateDetail.Builder signatureAlgorithm(String signatureAlgorithm)
The algorithm that was used to sign the certificate.
signatureAlgorithm
- The algorithm that was used to sign the certificate.CertificateDetail.Builder inUseBy(Collection<String> inUseBy)
A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.
inUseBy
- A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by
multiple AWS resources.CertificateDetail.Builder inUseBy(String... inUseBy)
A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.
NOTE: This method appends the values to the existing list (if any). Use
#setInUseBy(java.util.Collection)
or #withInUseBy(java.util.Collection)
if you want to
override the existing values.
inUseBy
- A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by
multiple AWS resources.CertificateDetail.Builder failureReason(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.
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.FailureReason
CertificateDetail.Builder failureReason(FailureReason 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.
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.FailureReason
CertificateDetail.Builder type(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.
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.CertificateType
CertificateDetail.Builder type(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 AWS 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 AWS Certificate Manager User Guide.CertificateType
CertificateDetail.Builder renewalSummary(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
.
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
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.