public static interface RequestCertificateResponse.Builder extends AcmResponse.Builder, SdkPojo, CopyableBuilder<RequestCertificateResponse.Builder,RequestCertificateResponse>
Modifier and Type | Method and Description |
---|---|
RequestCertificateResponse.Builder |
certificateArn(String certificateArn)
String that contains the ARN of the issued certificate.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
RequestCertificateResponse.Builder certificateArn(String certificateArn)
String that contains the ARN of the issued certificate. This must be of the form:
arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012
certificateArn
- String that contains the ARN of the issued certificate. This must be of the form:
arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.