Class CertificateDescription
- All Implemented Interfaces:
Serializable, Cloneable
Describes a certificate.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe 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.inthashCode()voidsetCaCertificateId(String caCertificateId) The certificate ID of the CA certificate used to sign this certificate.voidsetCertificateArn(String certificateArn) The ARN of the certificate.voidsetCertificateId(String certificateId) The ID of the certificate.voidsetCertificatePem(String certificatePem) The certificate data, in PEM format.voidsetCreationDate(Date creationDate) The date and time the certificate was created.voidsetLastModifiedDate(Date lastModifiedDate) The date and time the certificate was last modified.voidsetOwnedBy(String ownedBy) The ID of the AWS account that owns the certificate.voidsetPreviousOwnedBy(String previousOwnedBy) The ID of the AWS account of the previous owner of the certificate.voidsetStatus(CertificateStatus status) The status of the certificate.voidThe status of the certificate.voidsetTransferData(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
-
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
-
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
-
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
-
equals
-
hashCode
-
clone
-