Interface CreateCertificateAuthorityResponse.Builder

All Superinterfaces:
AcmPcaResponse.Builder, AwsResponse.Builder, Buildable, CopyableBuilder<CreateCertificateAuthorityResponse.Builder,CreateCertificateAuthorityResponse>, SdkBuilder<CreateCertificateAuthorityResponse.Builder,CreateCertificateAuthorityResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CreateCertificateAuthorityResponse

public static interface CreateCertificateAuthorityResponse.Builder extends AcmPcaResponse.Builder, SdkPojo, CopyableBuilder<CreateCertificateAuthorityResponse.Builder,CreateCertificateAuthorityResponse>
  • Method Details

    • certificateAuthorityArn

      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 .

      Parameters:
      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 .

      Returns:
      Returns a reference to this object so that method calls can be chained together.