public static interface ExportCertificateResponse.Builder extends AcmResponse.Builder, SdkPojo, CopyableBuilder<ExportCertificateResponse.Builder,ExportCertificateResponse>
| Modifier and Type | Method and Description |
|---|---|
ExportCertificateResponse.Builder |
certificate(String certificate)
The base64 PEM-encoded certificate.
|
ExportCertificateResponse.Builder |
certificateChain(String certificateChain)
The base64 PEM-encoded certificate chain.
|
ExportCertificateResponse.Builder |
privateKey(String privateKey)
The encrypted private key associated with the public key in the certificate.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildExportCertificateResponse.Builder certificate(String certificate)
The base64 PEM-encoded certificate.
certificate - The base64 PEM-encoded certificate.ExportCertificateResponse.Builder certificateChain(String certificateChain)
The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.
certificateChain - The base64 PEM-encoded certificate chain. This does not include the certificate that you are
exporting.ExportCertificateResponse.Builder privateKey(String privateKey)
The encrypted private key associated with the public key in the certificate. The key is output in PKCS #8 format and is base64 PEM-encoded.
privateKey - The encrypted private key associated with the public key in the certificate. The key is output in PKCS
#8 format and is base64 PEM-encoded.Copyright © 2023. All rights reserved.