Interface ConfigParameter.Builder

    • Method Detail

      • parameterKey

        ConfigParameter.Builder parameterKey​(String parameterKey)

        The key of the parameter. The options are auto_mv, datestyle, enable_case_sensitive_identifier, enable_user_activity_logging, query_group, search_path, require_ssl, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see Query monitoring metrics for Amazon Redshift Serverless.

        Parameters:
        parameterKey - The key of the parameter. The options are auto_mv, datestyle, enable_case_sensitive_identifier, enable_user_activity_logging, query_group, search_path, require_ssl, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see Query monitoring metrics for Amazon Redshift Serverless.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameterValue

        ConfigParameter.Builder parameterValue​(String parameterValue)

        The value of the parameter to set.

        Parameters:
        parameterValue - The value of the parameter to set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.