CopyableBuilder<CertificateDescription.Builder,CertificateDescription>, SdkBuilder<CertificateDescription.Builder,CertificateDescription>public static interface CertificateDescription.Builder extends CopyableBuilder<CertificateDescription.Builder,CertificateDescription>
| Modifier and Type | Method | Description |
|---|---|---|
CertificateDescription.Builder |
caCertificateId(String caCertificateId) |
The certificate ID of the CA certificate used to sign this certificate.
|
CertificateDescription.Builder |
certificateArn(String certificateArn) |
The ARN of the certificate.
|
CertificateDescription.Builder |
certificateId(String certificateId) |
The ID of the certificate.
|
CertificateDescription.Builder |
certificatePem(String certificatePem) |
The certificate data, in PEM format.
|
CertificateDescription.Builder |
creationDate(Date creationDate) |
The date and time the certificate was created.
|
CertificateDescription.Builder |
lastModifiedDate(Date lastModifiedDate) |
The date and time the certificate was last modified.
|
CertificateDescription.Builder |
ownedBy(String ownedBy) |
The ID of the AWS account that owns the certificate.
|
CertificateDescription.Builder |
previousOwnedBy(String previousOwnedBy) |
The ID of the AWS account of the previous owner of the certificate.
|
CertificateDescription.Builder |
status(String status) |
The status of the certificate.
|
CertificateDescription.Builder |
status(CertificateStatus status) |
The status of the certificate.
|
CertificateDescription.Builder |
transferData(TransferData transferData) |
The transfer data.
|
copyapply, buildCertificateDescription.Builder certificateArn(String certificateArn)
The ARN of the certificate.
certificateArn - The ARN of the certificate.CertificateDescription.Builder certificateId(String certificateId)
The ID of the certificate.
certificateId - The ID of the certificate.CertificateDescription.Builder caCertificateId(String caCertificateId)
The certificate ID of the CA certificate used to sign this certificate.
caCertificateId - The certificate ID of the CA certificate used to sign this certificate.CertificateDescription.Builder status(String status)
The status of the certificate.
status - The status of the certificate.CertificateStatusCertificateDescription.Builder status(CertificateStatus status)
The status of the certificate.
status - The status of the certificate.CertificateStatusCertificateDescription.Builder certificatePem(String certificatePem)
The certificate data, in PEM format.
certificatePem - The certificate data, in PEM format.CertificateDescription.Builder ownedBy(String ownedBy)
The ID of the AWS account that owns the certificate.
ownedBy - The ID of the AWS account that owns the certificate.CertificateDescription.Builder previousOwnedBy(String previousOwnedBy)
The ID of the AWS account of the previous owner of the certificate.
previousOwnedBy - The ID of the AWS account of the previous owner of the certificate.CertificateDescription.Builder creationDate(Date creationDate)
The date and time the certificate was created.
creationDate - The date and time the certificate was created.CertificateDescription.Builder lastModifiedDate(Date lastModifiedDate)
The date and time the certificate was last modified.
lastModifiedDate - The date and time the certificate was last modified.CertificateDescription.Builder transferData(TransferData transferData)
The transfer data.
transferData - The transfer data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.