public static class MigrationParameterDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MigrationParameterDetails |
build() |
MigrationParameterDetails.Builder |
copy(MigrationParameterDetails model) |
MigrationParameterDetails.Builder |
dataType(AdvancedParameterDataTypes dataType)
Parameter data type.
|
MigrationParameterDetails.Builder |
name(String name)
Parameter name.
|
MigrationParameterDetails.Builder |
value(String value)
If a STRING data type then the value should be an array of characters, if a INTEGER data
type then the value should be an integer value, if a FLOAT data type then the value
should be an float value, if a BOOLEAN data type then the value should be TRUE or FALSE.
|
public MigrationParameterDetails.Builder value(String value)
If a STRING data type then the value should be an array of characters, if a INTEGER data type then the value should be an integer value, if a FLOAT data type then the value should be an float value, if a BOOLEAN data type then the value should be TRUE or FALSE.
value
- the value to setpublic MigrationParameterDetails.Builder name(String name)
Parameter name.
name
- the value to setpublic MigrationParameterDetails.Builder dataType(AdvancedParameterDataTypes dataType)
Parameter data type.
dataType
- the value to setpublic MigrationParameterDetails build()
public MigrationParameterDetails.Builder copy(MigrationParameterDetails model)
Copyright © 2016–2024. All rights reserved.