Class UpdatePropertyDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.fleetappsmanagement.model.UpdatePropertyDetails.Builder
 
- 
- Enclosing class:
- UpdatePropertyDetails
 
 public static class UpdatePropertyDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdatePropertyDetailsbuild()UpdatePropertyDetails.Buildercopy(UpdatePropertyDetails model)UpdatePropertyDetails.BuilderdisplayName(String displayName)A user-friendly name.UpdatePropertyDetails.Builderselection(Selection selection)Text selection of the property.UpdatePropertyDetails.Buildervalues(List<String> values)Values of the property (must be a single value if selection = ‘SINGLE_CHOICE’).UpdatePropertyDetails.BuildervalueType(ValueType valueType)Format of the value.
 
- 
- 
- 
Method Detail- 
displayNamepublic 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
 
 - 
selectionpublic UpdatePropertyDetails.Builder selection(Selection selection) Text selection of the property.- Parameters:
- selection- the value to set
- Returns:
- this builder
 
 - 
valueTypepublic UpdatePropertyDetails.Builder valueType(ValueType valueType) Format of the value.- Parameters:
- valueType- the value to set
- Returns:
- this builder
 
 - 
valuespublic 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
 
 - 
buildpublic UpdatePropertyDetails build() 
 - 
copypublic UpdatePropertyDetails.Builder copy(UpdatePropertyDetails model) 
 
- 
 
-