public static interface GetCertificateResponse.Builder extends ACMResponse.Builder, CopyableBuilder<GetCertificateResponse.Builder,GetCertificateResponse>
| Modifier and Type | Method and Description |
|---|---|
GetCertificateResponse.Builder |
certificate(String certificate)
String that contains the ACM Certificate represented by the ARN specified at input.
|
GetCertificateResponse.Builder |
certificateChain(String certificateChain)
The certificate chain that contains the root certificate issued by the certificate authority (CA).
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetCertificateResponse.Builder certificate(String certificate)
String that contains the ACM Certificate represented by the ARN specified at input.
certificate - String that contains the ACM Certificate represented by the ARN specified at input.GetCertificateResponse.Builder certificateChain(String certificateChain)
The certificate chain that contains the root certificate issued by the certificate authority (CA).
certificateChain - The certificate chain that contains the root certificate issued by the certificate authority (CA).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.