Class CertificateDescription
- All Implemented Interfaces:
Serializable
,Cloneable
Describes a certificate.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The certificate ID of the CA certificate used to sign this certificate.The ARN of the certificate.The ID of the certificate.The certificate data, in PEM format.The date and time the certificate was created.The date and time the certificate was last modified.The ID of the AWS account that owns the certificate.The ID of the AWS account of the previous owner of the certificate.The status of the certificate.The transfer data.int
hashCode()
void
setCaCertificateId
(String caCertificateId) The certificate ID of the CA certificate used to sign this certificate.void
setCertificateArn
(String certificateArn) The ARN of the certificate.void
setCertificateId
(String certificateId) The ID of the certificate.void
setCertificatePem
(String certificatePem) The certificate data, in PEM format.void
setCreationDate
(Date creationDate) The date and time the certificate was created.void
setLastModifiedDate
(Date lastModifiedDate) The date and time the certificate was last modified.void
setOwnedBy
(String ownedBy) The ID of the AWS account that owns the certificate.void
setPreviousOwnedBy
(String previousOwnedBy) The ID of the AWS account of the previous owner of the certificate.void
setStatus
(CertificateStatus status) The status of the certificate.void
The status of the certificate.void
setTransferData
(TransferData transferData) The transfer data.toString()
Returns a string representation of this object; useful for testing and debugging.withCaCertificateId
(String caCertificateId) The certificate ID of the CA certificate used to sign this certificate.withCertificateArn
(String certificateArn) The ARN of the certificate.withCertificateId
(String certificateId) The ID of the certificate.withCertificatePem
(String certificatePem) The certificate data, in PEM format.withCreationDate
(Date creationDate) The date and time the certificate was created.withLastModifiedDate
(Date lastModifiedDate) The date and time the certificate was last modified.withOwnedBy
(String ownedBy) The ID of the AWS account that owns the certificate.withPreviousOwnedBy
(String previousOwnedBy) The ID of the AWS account of the previous owner of the certificate.withStatus
(CertificateStatus status) The status of the certificate.withStatus
(String status) The status of the certificate.withTransferData
(TransferData transferData) The transfer data.
-
Constructor Details
-
CertificateDescription
public CertificateDescription()
-
-
Method Details
-
setCertificateArn
The ARN of the certificate.
- Parameters:
certificateArn
- The ARN of the certificate.
-
getCertificateArn
The ARN of the certificate.
- Returns:
- The ARN of the certificate.
-
withCertificateArn
The ARN of the certificate.
- Parameters:
certificateArn
- The ARN of the certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCertificateId
The ID of the certificate.
- Parameters:
certificateId
- The ID of the certificate.
-
getCertificateId
The ID of the certificate.
- Returns:
- The ID of the certificate.
-
withCertificateId
The ID of the certificate.
- Parameters:
certificateId
- The ID of the certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCaCertificateId
The certificate ID of the CA certificate used to sign this certificate.
- Parameters:
caCertificateId
- The certificate ID of the CA certificate used to sign this certificate.
-
getCaCertificateId
The certificate ID of the CA certificate used to sign this certificate.
- Returns:
- The certificate ID of the CA certificate used to sign this certificate.
-
withCaCertificateId
The certificate ID of the CA certificate used to sign this certificate.
- Parameters:
caCertificateId
- The certificate ID of the CA certificate used to sign this certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatus
The status of the certificate.
- Parameters:
status
- The status of the certificate.- See Also:
-
getStatus
The status of the certificate.
- Returns:
- The status of the certificate.
- See Also:
-
withStatus
The status of the certificate.
- Parameters:
status
- The status of the certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setStatus
The status of the certificate.
- Parameters:
status
- The status of the certificate.- See Also:
-
withStatus
The status of the certificate.
- Parameters:
status
- The status of the certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setCertificatePem
The certificate data, in PEM format.
- Parameters:
certificatePem
- The certificate data, in PEM format.
-
getCertificatePem
The certificate data, in PEM format.
- Returns:
- The certificate data, in PEM format.
-
withCertificatePem
The certificate data, in PEM format.
- Parameters:
certificatePem
- The certificate data, in PEM format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setOwnedBy
The ID of the AWS account that owns the certificate.
- Parameters:
ownedBy
- The ID of the AWS account that owns the certificate.
-
getOwnedBy
The ID of the AWS account that owns the certificate.
- Returns:
- The ID of the AWS account that owns the certificate.
-
withOwnedBy
The ID of the AWS account that owns the certificate.
- Parameters:
ownedBy
- The ID of the AWS account that owns the certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setPreviousOwnedBy
The ID of the AWS account of the previous owner of the certificate.
- Parameters:
previousOwnedBy
- The ID of the AWS account of the previous owner of the certificate.
-
getPreviousOwnedBy
The ID of the AWS account of the previous owner of the certificate.
- Returns:
- The ID of the AWS account of the previous owner of the certificate.
-
withPreviousOwnedBy
The ID of the AWS account of the previous owner of the certificate.
- Parameters:
previousOwnedBy
- The ID of the AWS account of the previous owner of the certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCreationDate
The date and time the certificate was created.
- Parameters:
creationDate
- The date and time the certificate was created.
-
getCreationDate
The date and time the certificate was created.
- Returns:
- The date and time the certificate was created.
-
withCreationDate
The date and time the certificate was created.
- Parameters:
creationDate
- The date and time the certificate was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLastModifiedDate
The date and time the certificate was last modified.
- Parameters:
lastModifiedDate
- The date and time the certificate was last modified.
-
getLastModifiedDate
The date and time the certificate was last modified.
- Returns:
- The date and time the certificate was last modified.
-
withLastModifiedDate
The date and time the certificate was last modified.
- Parameters:
lastModifiedDate
- The date and time the certificate was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTransferData
The transfer data.
- Parameters:
transferData
- The transfer data.
-
getTransferData
The transfer data.
- Returns:
- The transfer data.
-
withTransferData
The transfer data.
- Parameters:
transferData
- The transfer data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-