CopyableBuilder<RequestCertificateResponse.Builder,RequestCertificateResponse>
, SdkBuilder<RequestCertificateResponse.Builder,RequestCertificateResponse>
public static interface RequestCertificateResponse.Builder extends CopyableBuilder<RequestCertificateResponse.Builder,RequestCertificateResponse>
Modifier and Type | Method | Description |
---|---|---|
RequestCertificateResponse.Builder |
certificateArn(String certificateArn) |
String that contains the ARN of the issued certificate.
|
copy
apply, 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.