@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConfigParameter extends Object implements Serializable, Cloneable, StructuredPojo
An array of key-value pairs to set for advanced control over Amazon Redshift Serverless.
| Constructor and Description |
|---|
ConfigParameter() |
| Modifier and Type | Method and Description |
|---|---|
ConfigParameter |
clone() |
boolean |
equals(Object obj) |
String |
getParameterKey()
The key of the parameter.
|
String |
getParameterValue()
The value of the parameter to set.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setParameterKey(String parameterKey)
The key of the parameter.
|
void |
setParameterValue(String parameterValue)
The value of the parameter to set.
|
String |
toString()
Returns a string representation of this object.
|
ConfigParameter |
withParameterKey(String parameterKey)
The key of the parameter.
|
ConfigParameter |
withParameterValue(String parameterValue)
The value of the parameter to set.
|
public void setParameterKey(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.public String getParameterKey()
The key of the parameter. The options are datestyle, enable_user_activity_logging,
query_group, search_path, and max_query_execution_time.
datestyle,
enable_user_activity_logging, query_group, search_path, and
max_query_execution_time.public ConfigParameter withParameterKey(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.public void setParameterValue(String parameterValue)
The value of the parameter to set.
parameterValue - The value of the parameter to set.public String getParameterValue()
The value of the parameter to set.
public ConfigParameter withParameterValue(String parameterValue)
The value of the parameter to set.
parameterValue - The value of the parameter to set.public String toString()
toString in class ObjectObject.toString()public ConfigParameter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.