public static interface IssueCertificateResponse.Builder extends AcmPcaResponse.Builder, SdkPojo, CopyableBuilder<IssueCertificateResponse.Builder,IssueCertificateResponse>
Modifier and Type | Method and Description |
---|---|
IssueCertificateResponse.Builder |
certificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the issued certificate and the certificate serial number.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
IssueCertificateResponse.Builder certificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the issued certificate and the certificate serial number. This is of the form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012/certificate/286535153982981100925020015808220737245
certificateArn
- The Amazon Resource Name (ARN) of the issued certificate and the certificate serial number. This is of
the form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012/certificate/286535153982981100925020015808220737245
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.