Interface CaCertificateSource.Builder

  • Method Details

    • inlinePem

      CaCertificateSource.Builder inlinePem(String inlinePem)

      A PEM-encoded X.509 certificate supplied inline.

      Parameters:
      inlinePem - A PEM-encoded X.509 certificate supplied inline.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • artifactId

      CaCertificateSource.Builder artifactId(String artifactId)

      The artifact ID of an uploaded certificate file.

      Parameters:
      artifactId - The artifact ID of an uploaded certificate file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3Location

      CaCertificateSource.Builder s3Location(String s3Location)

      The Amazon S3 location URI of a customer-staged certificate.

      Parameters:
      s3Location - The Amazon S3 location URI of a customer-staged certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.