public static interface ConfigParameter.Builder extends SdkPojo, CopyableBuilder<ConfigParameter.Builder,ConfigParameter>
| Modifier and Type | Method and Description |
|---|---|
ConfigParameter.Builder |
parameterKey(String parameterKey)
The key of the parameter.
|
ConfigParameter.Builder |
parameterValue(String parameterValue)
The value of the parameter to set.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConfigParameter.Builder parameterKey(String parameterKey)
The key of the parameter. The options are datestyle, enable_user_activity_logging,
query_group, search_path, and max_query_execution_time.
parameterKey - The key of the parameter. The options are datestyle,
enable_user_activity_logging, query_group, search_path, and
max_query_execution_time.ConfigParameter.Builder parameterValue(String parameterValue)
The value of the parameter to set.
parameterValue - The value of the parameter to set.Copyright © 2022. All rights reserved.