CopyableBuilder<GetCertificateResponse.Builder,GetCertificateResponse>, SdkBuilder<GetCertificateResponse.Builder,GetCertificateResponse>public static interface GetCertificateResponse.Builder extends CopyableBuilder<GetCertificateResponse.Builder,GetCertificateResponse>
| Modifier and Type | Method | 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).
|
copyapply, 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.