CopyableBuilder<GetCertificateRequest.Builder,GetCertificateRequest>, SdkBuilder<GetCertificateRequest.Builder,GetCertificateRequest>public static interface GetCertificateRequest.Builder extends CopyableBuilder<GetCertificateRequest.Builder,GetCertificateRequest>
| Modifier and Type | Method | Description |
|---|---|---|
GetCertificateRequest.Builder |
certificateArn(String certificateArn) |
String that contains a certificate ARN in the following format:
|
copyapply, buildGetCertificateRequest.Builder certificateArn(String certificateArn)
String that contains a certificate ARN in the following format:
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
certificateArn - String that contains a certificate ARN in the following format:
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.