Class ConfigParameter
- java.lang.Object
-
- software.amazon.awssdk.services.redshiftserverless.model.ConfigParameter
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ConfigParameter.Builder,ConfigParameter>
@Generated("software.amazon.awssdk:codegen") public final class ConfigParameter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConfigParameter.Builder,ConfigParameter>
An array of key-value pairs to set for advanced control over Amazon Redshift Serverless.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConfigParameter.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConfigParameter.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringparameterKey()The key of the parameter.StringparameterValue()The value of the parameter to set.List<SdkField<?>>sdkFields()static Class<? extends ConfigParameter.Builder>serializableBuilderClass()ConfigParameter.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
parameterKey
public final 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.- Returns:
- 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.
-
parameterValue
public final String parameterValue()
The value of the parameter to set.
- Returns:
- The value of the parameter to set.
-
toBuilder
public ConfigParameter.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ConfigParameter.Builder,ConfigParameter>
-
builder
public static ConfigParameter.Builder builder()
-
serializableBuilderClass
public static Class<? extends ConfigParameter.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-