Interface CreateCertificateFromCsrResponse.Builder

  • Method Details

    • certificateArn

      CreateCertificateFromCsrResponse.Builder certificateArn(String certificateArn)

      The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.

      Parameters:
      certificateArn - The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • certificateId

      CreateCertificateFromCsrResponse.Builder certificateId(String certificateId)

      The ID of the certificate. Certificate management operations only take a certificateId.

      Parameters:
      certificateId - The ID of the certificate. Certificate management operations only take a certificateId.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • certificatePem

      CreateCertificateFromCsrResponse.Builder certificatePem(String certificatePem)

      The certificate data, in PEM format.

      Parameters:
      certificatePem - The certificate data, in PEM format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.