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