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