Class UpdatePropertyDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetappsmanagement.model.UpdatePropertyDetails.Builder
-
- Enclosing class:
- UpdatePropertyDetails
public static class UpdatePropertyDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdatePropertyDetails
build()
UpdatePropertyDetails.Builder
copy(UpdatePropertyDetails model)
UpdatePropertyDetails.Builder
displayName(String displayName)
A user-friendly name.UpdatePropertyDetails.Builder
selection(Selection selection)
Text selection of the property.UpdatePropertyDetails.Builder
values(List<String> values)
Values of the property (must be a single value if selection = ‘SINGLE_CHOICE’).UpdatePropertyDetails.Builder
valueType(ValueType valueType)
Format of the value.
-
-
-
Method Detail
-
displayName
public UpdatePropertyDetails.Builder displayName(String displayName)
A user-friendly name.Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Example: My new resource
- Parameters:
displayName
- the value to set- Returns:
- this builder
-
selection
public UpdatePropertyDetails.Builder selection(Selection selection)
Text selection of the property.- Parameters:
selection
- the value to set- Returns:
- this builder
-
valueType
public UpdatePropertyDetails.Builder valueType(ValueType valueType)
Format of the value.- Parameters:
valueType
- the value to set- Returns:
- this builder
-
values
public UpdatePropertyDetails.Builder values(List<String> values)
Values of the property (must be a single value if selection = ‘SINGLE_CHOICE’).- Parameters:
values
- the value to set- Returns:
- this builder
-
build
public UpdatePropertyDetails build()
-
copy
public UpdatePropertyDetails.Builder copy(UpdatePropertyDetails model)
-
-