public static interface GetCertificateResponse.Builder extends AcmResponse.Builder, SdkPojo, CopyableBuilder<GetCertificateResponse.Builder,GetCertificateResponse>
| Modifier and Type | Method and Description |
|---|---|
GetCertificateResponse.Builder |
certificate(String certificate)
The ACM-issued certificate corresponding to the ARN specified as input.
|
GetCertificateResponse.Builder |
certificateChain(String certificateChain)
Certificates forming the requested certificate's chain of trust.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetCertificateResponse.Builder certificate(String certificate)
The ACM-issued certificate corresponding to the ARN specified as input.
certificate - The ACM-issued certificate corresponding to the ARN specified as input.GetCertificateResponse.Builder certificateChain(String certificateChain)
Certificates forming the requested certificate's chain of trust. The chain consists of the certificate of the issuing CA and the intermediate certificates of any other subordinate CAs.
certificateChain - Certificates forming the requested certificate's chain of trust. The chain consists of the certificate
of the issuing CA and the intermediate certificates of any other subordinate CAs.Copyright © 2023. All rights reserved.