public static interface CertificateDescription.Builder extends CopyableBuilder<CertificateDescription.Builder,CertificateDescription>
| Modifier and Type | Method and 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(Instant creationDate)
The date and time the certificate was created.
|
CertificateDescription.Builder |
lastModifiedDate(Instant 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(CertificateStatus status)
The status of the certificate.
|
CertificateDescription.Builder |
status(String status)
The status of the certificate.
|
default CertificateDescription.Builder |
transferData(Consumer<TransferData.Builder> transferData)
The transfer data.
|
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.CertificateStatus,
CertificateStatusCertificateDescription.Builder status(CertificateStatus status)
The status of the certificate.
status - The status of the certificate.CertificateStatus,
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(Instant creationDate)
The date and time the certificate was created.
creationDate - The date and time the certificate was created.CertificateDescription.Builder lastModifiedDate(Instant 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.default CertificateDescription.Builder transferData(Consumer<TransferData.Builder> transferData)
The transfer data.
This is a convenience that creates an instance of theTransferData.Builder avoiding the need to
create one manually via TransferData.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to transferData(TransferData).transferData - a consumer that will call methods on TransferData.BuildertransferData(TransferData)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.