Interface CertificateAuthority.Builder

  • Method Details

    • certificateArn

      CertificateAuthority.Builder certificateArn(String certificateArn)

      The Amazon Resource Name (ARN) of the certificate authority in Amazon Web Services Private CA that issued the Spark Connect server certificate.

      Parameters:
      certificateArn - The Amazon Resource Name (ARN) of the certificate authority in Amazon Web Services Private CA that issued the Spark Connect server certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • certificateData

      CertificateAuthority.Builder certificateData(String certificateData)

      The PEM-encoded root CA certificate data. Provide this certificate to your client's trust store when connecting directly to the Spark Connect server over VPC peering.

      Parameters:
      certificateData - The PEM-encoded root CA certificate data. Provide this certificate to your client's trust store when connecting directly to the Spark Connect server over VPC peering.
      Returns:
      Returns a reference to this object so that method calls can be chained together.