Class PropertyCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetappsmanagement.model.PropertyCollection.Builder
-
- Enclosing class:
- PropertyCollection
public static class PropertyCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyCollection
build()
PropertyCollection.Builder
copy(PropertyCollection model)
PropertyCollection.Builder
items(List<PropertySummary> items)
List of properties.
-
-
-
Method Detail
-
items
public PropertyCollection.Builder items(List<PropertySummary> items)
List of properties.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public PropertyCollection build()
-
copy
public PropertyCollection.Builder copy(PropertyCollection model)
-
-