Class UserDefinedPropertyOption.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemigration.model.UserDefinedPropertyOption.Builder
-
- Enclosing class:
- UserDefinedPropertyOption
public static class UserDefinedPropertyOption.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserDefinedPropertyOptionbuild()UserDefinedPropertyOption.Buildercopy(UserDefinedPropertyOption model)UserDefinedPropertyOption.Builderdescription(String description)A user-friendly description.UserDefinedPropertyOption.BuilderdisplayName(String displayName)A user-friendly name.UserDefinedPropertyOption.Buildervalue(String value)The option value.
-
-
-
Method Detail
-
displayName
public UserDefinedPropertyOption.Builder displayName(String displayName)
A user-friendly name.Does not have to be unique, and it’s changeable. Avoid entering confidential information.
- Parameters:
displayName- the value to set- Returns:
- this builder
-
description
public UserDefinedPropertyOption.Builder description(String description)
A user-friendly description.Does not have to be unique, and it’s changeable. Avoid entering confidential information.
- Parameters:
description- the value to set- Returns:
- this builder
-
value
public UserDefinedPropertyOption.Builder value(String value)
The option value.- Parameters:
value- the value to set- Returns:
- this builder
-
build
public UserDefinedPropertyOption build()
-
copy
public UserDefinedPropertyOption.Builder copy(UserDefinedPropertyOption model)
-
-