public static class MySqlConfigurationDataSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MySqlConfigurationDataSummary |
build() |
MySqlConfigurationDataSummary.Builder |
copy(MySqlConfigurationDataSummary model) |
MySqlConfigurationDataSummary.Builder |
defaultValue(String defaultValue)
The default value of the variable.
|
MySqlConfigurationDataSummary.Builder |
description(String description)
The description of the variable.
|
MySqlConfigurationDataSummary.Builder |
hostSet(String hostSet)
The host from where the value of the variable was set.
|
MySqlConfigurationDataSummary.Builder |
isConfigurable(Boolean isConfigurable)
Indicates whether the variable is configurable.
|
MySqlConfigurationDataSummary.Builder |
isDynamic(Boolean isDynamic)
Indicates whether the variable can be set dynamically or not.
|
MySqlConfigurationDataSummary.Builder |
isInit(Boolean isInit)
Indicates whether the variable is set at server startup.
|
MySqlConfigurationDataSummary.Builder |
maxValue(BigDecimal maxValue)
The maximum value of the variable.
|
MySqlConfigurationDataSummary.Builder |
minValue(BigDecimal minValue)
The minimum value of the variable.
|
MySqlConfigurationDataSummary.Builder |
name(String name)
The name of the configuration variable
|
MySqlConfigurationDataSummary.Builder |
path(String path)
The path name of the option file (VARIABLE_PATH), if the variable was set in an option
file.
|
MySqlConfigurationDataSummary.Builder |
possibleValues(String possibleValues)
The comma-separated list of possible values for the variable in value:valueDescription
format.
|
MySqlConfigurationDataSummary.Builder |
source(MySqlConfigurationDataSummary.Source source)
The source from which the variable was most recently set.
|
MySqlConfigurationDataSummary.Builder |
supportedVersions(String supportedVersions)
The comma-separated list of MySQL versions that support the variable.
|
MySqlConfigurationDataSummary.Builder |
timeSet(Date timeSet)
The time when the value of the variable was set.
|
MySqlConfigurationDataSummary.Builder |
type(String type)
The type of variable.
|
MySqlConfigurationDataSummary.Builder |
userSet(String userSet)
The user who sets the value of the variable.
|
MySqlConfigurationDataSummary.Builder |
value(String value)
The value of the variable.
|
public MySqlConfigurationDataSummary.Builder name(String name)
The name of the configuration variable
name
- the value to setpublic MySqlConfigurationDataSummary.Builder value(String value)
The value of the variable.
value
- the value to setpublic MySqlConfigurationDataSummary.Builder source(MySqlConfigurationDataSummary.Source source)
The source from which the variable was most recently set.
source
- the value to setpublic MySqlConfigurationDataSummary.Builder minValue(BigDecimal minValue)
The minimum value of the variable.
minValue
- the value to setpublic MySqlConfigurationDataSummary.Builder maxValue(BigDecimal maxValue)
The maximum value of the variable.
maxValue
- the value to setpublic MySqlConfigurationDataSummary.Builder type(String type)
The type of variable.
type
- the value to setpublic MySqlConfigurationDataSummary.Builder defaultValue(String defaultValue)
The default value of the variable.
defaultValue
- the value to setpublic MySqlConfigurationDataSummary.Builder timeSet(Date timeSet)
The time when the value of the variable was set.
timeSet
- the value to setpublic MySqlConfigurationDataSummary.Builder hostSet(String hostSet)
The host from where the value of the variable was set. This is empty for a MySQL Database System.
hostSet
- the value to setpublic MySqlConfigurationDataSummary.Builder userSet(String userSet)
The user who sets the value of the variable. This is empty for a MySQL Database System.
userSet
- the value to setpublic MySqlConfigurationDataSummary.Builder isDynamic(Boolean isDynamic)
Indicates whether the variable can be set dynamically or not.
isDynamic
- the value to setpublic MySqlConfigurationDataSummary.Builder isInit(Boolean isInit)
Indicates whether the variable is set at server startup.
isInit
- the value to setpublic MySqlConfigurationDataSummary.Builder isConfigurable(Boolean isConfigurable)
Indicates whether the variable is configurable.
isConfigurable
- the value to setpublic MySqlConfigurationDataSummary.Builder path(String path)
The path name of the option file (VARIABLE_PATH), if the variable was set in an option file. If the variable was not set in an
path
- the value to setpublic MySqlConfigurationDataSummary.Builder description(String description)
The description of the variable.
description
- the value to setpublic MySqlConfigurationDataSummary.Builder possibleValues(String possibleValues)
The comma-separated list of possible values for the variable in value:valueDescription format.
possibleValues
- the value to setpublic MySqlConfigurationDataSummary.Builder supportedVersions(String supportedVersions)
The comma-separated list of MySQL versions that support the variable.
supportedVersions
- the value to setpublic MySqlConfigurationDataSummary build()
public MySqlConfigurationDataSummary.Builder copy(MySqlConfigurationDataSummary model)
Copyright © 2016–2024. All rights reserved.