public static class LogAnalyticsCategory.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
LogAnalyticsCategory |
build() |
LogAnalyticsCategory.Builder |
copy(LogAnalyticsCategory model) |
LogAnalyticsCategory.Builder |
description(String description)
The category description.
|
LogAnalyticsCategory.Builder |
displayName(String displayName)
The category display name.
|
LogAnalyticsCategory.Builder |
isSystem(Boolean isSystem)
The system flag.
|
LogAnalyticsCategory.Builder |
name(String name)
The unique name that identifies the category.
|
LogAnalyticsCategory.Builder |
type(String type)
The category type.
|
public LogAnalyticsCategory.Builder name(String name)
The unique name that identifies the category.
name
- the value to setpublic LogAnalyticsCategory.Builder description(String description)
The category description.
description
- the value to setpublic LogAnalyticsCategory.Builder displayName(String displayName)
The category display name.
displayName
- the value to setpublic LogAnalyticsCategory.Builder type(String type)
The category type. Values include “PRODUCT”, “TIER”, “VENDOR” and “GENERIC”.
type
- the value to setpublic LogAnalyticsCategory.Builder isSystem(Boolean isSystem)
The system flag. A value of false denotes a user-created category. A value of true denotes an Oracle-defined category.
isSystem
- the value to setpublic LogAnalyticsCategory build()
public LogAnalyticsCategory.Builder copy(LogAnalyticsCategory model)
Copyright © 2016–2024. All rights reserved.