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 PEM-encoded private key associated with the public key in the certificate.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ExportCertificateResponse.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 PEM-encoded private key associated with the public key in the certificate.
privateKey
- The PEM-encoded private key associated with the public key in the certificate.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.