Interface RequestCertificateResponse.Builder

  • Method Details

    • certificateArn

      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

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

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