public static interface GetCertificateResponse.Builder extends AcmPcaResponse.Builder, SdkPojo, CopyableBuilder<GetCertificateResponse.Builder,GetCertificateResponse>
| Modifier and Type | Method and Description |
|---|---|
GetCertificateResponse.Builder |
certificate(String certificate)
The base64 PEM-encoded certificate specified by the
CertificateArn parameter. |
GetCertificateResponse.Builder |
certificateChain(String certificateChain)
The base64 PEM-encoded certificate chain that chains up to the on-premises root CA certificate that you used
to sign your private CA certificate.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildGetCertificateResponse.Builder certificate(String certificate)
The base64 PEM-encoded certificate specified by the CertificateArn parameter.
certificate - The base64 PEM-encoded certificate specified by the CertificateArn parameter.GetCertificateResponse.Builder certificateChain(String certificateChain)
The base64 PEM-encoded certificate chain that chains up to the on-premises root CA certificate that you used to sign your private CA certificate.
certificateChain - The base64 PEM-encoded certificate chain that chains up to the on-premises root CA certificate that
you used to sign your private CA certificate.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.