Interface AppConfig.Builder

    • Method Detail

      • key

        AppConfig.Builder key​(String key)

        Specify the item to configure, such as admin role for the OpenSearch Application.

        Parameters:
        key - Specify the item to configure, such as admin role for the OpenSearch Application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AppConfigType, AppConfigType
      • key

        AppConfig.Builder key​(AppConfigType key)

        Specify the item to configure, such as admin role for the OpenSearch Application.

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

        AppConfig.Builder value​(String value)

        Specifies the value to configure for the key, such as an IAM user ARN.

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