Interface SecretReference.Builder

  • Method Details

    • secretId

      SecretReference.Builder secretId(String secretId)

      The ID of the Amazon Web Services Secrets Manager secret that stores the secret value.

      Parameters:
      secretId - The ID of the Amazon Web Services Secrets Manager secret that stores the secret value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jsonKey

      SecretReference.Builder jsonKey(String jsonKey)

      The JSON key used to extract the secret value from the Amazon Web Services Secrets Manager secret.

      Parameters:
      jsonKey - The JSON key used to extract the secret value from the Amazon Web Services Secrets Manager secret.
      Returns:
      Returns a reference to this object so that method calls can be chained together.