Interface AppConfig.Builder

  • Method Details

    • key

      The configuration item to set, such as the admin role for the OpenSearch application.

      Parameters:
      key - The configuration item to set, such as the admin role for the OpenSearch application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • key

      The configuration item to set, such as the admin role for the OpenSearch application.

      Parameters:
      key - The configuration item to set, such as the admin role for the OpenSearch application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • value

      AppConfig.Builder value(String value)

      The value assigned to the configuration key, such as an IAM user ARN.

      Parameters:
      value - The value assigned to the configuration key, such as an IAM user ARN.
      Returns:
      Returns a reference to this object so that method calls can be chained together.