Interface ConfigParameter.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ConfigParameter.Builder,,ConfigParameter> SdkBuilder<ConfigParameter.Builder,,ConfigParameter> SdkPojo
- Enclosing class:
ConfigParameter
@Mutable
@NotThreadSafe
public static interface ConfigParameter.Builder
extends SdkPojo, CopyableBuilder<ConfigParameter.Builder,ConfigParameter>
-
Method Summary
Modifier and TypeMethodDescriptionparameterKey(String parameterKey) The key of the parameter.parameterValue(String parameterValue) The value of the parameter to set.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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,use_fips_ssl, and eitherwlm_json_configurationor query monitoring metrics that let you define performance boundaries. You can either specify individual query monitoring metrics (such asmax_scan_row_count,max_query_execution_time) or usewlm_json_configurationto define query queues with rules, but not both. 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 areauto_mv,datestyle,enable_case_sensitive_identifier,enable_user_activity_logging,query_group,search_path,require_ssl,use_fips_ssl, and eitherwlm_json_configurationor query monitoring metrics that let you define performance boundaries. You can either specify individual query monitoring metrics (such asmax_scan_row_count,max_query_execution_time) or usewlm_json_configurationto define query queues with rules, but not both. 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
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.
-