Class LogEntryCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.resourcemanager.model.LogEntryCollection.Builder
-
- Enclosing class:
- LogEntryCollection
public static class LogEntryCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogEntryCollectionbuild()LogEntryCollection.Buildercopy(LogEntryCollection model)LogEntryCollection.Builderitems(List<LogEntry> items)Collection of log entries.
-
-
-
Method Detail
-
items
public LogEntryCollection.Builder items(List<LogEntry> items)
Collection of log entries.- Parameters:
items- the value to set- Returns:
- this builder
-
build
public LogEntryCollection build()
-
copy
public LogEntryCollection.Builder copy(LogEntryCollection model)
-
-