Interface TrustStore.Builder

  • Method Details

    • caContent

      TrustStore.Builder caContent(String caContent)

      The PEM-encoded certificate authority (CA) certificates bundle for the trust store.

      Parameters:
      caContent - The PEM-encoded certificate authority (CA) certificates bundle for the trust store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • crlContent

      TrustStore.Builder crlContent(String crlContent)

      The PEM-encoded certificate revocation lists (CRLs) for the trust store. There can be one CRL per certificate authority (CA) in the trust store.

      Parameters:
      crlContent - The PEM-encoded certificate revocation lists (CRLs) for the trust store. There can be one CRL per certificate authority (CA) in the trust store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • kmsKeyArn

      TrustStore.Builder kmsKeyArn(String kmsKeyArn)

      The Amazon Resource Name (ARN) of the KMS key used to encrypt the trust store contents.

      Parameters:
      kmsKeyArn - The Amazon Resource Name (ARN) of the KMS key used to encrypt the trust store contents.
      Returns:
      Returns a reference to this object so that method calls can be chained together.