public static class LogAnalyticsSourceEntityType.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
LogAnalyticsSourceEntityType |
build() |
LogAnalyticsSourceEntityType.Builder |
copy(LogAnalyticsSourceEntityType model) |
LogAnalyticsSourceEntityType.Builder |
entityType(String entityType)
The entity type.
|
LogAnalyticsSourceEntityType.Builder |
entityTypeCategory(String entityTypeCategory)
The type category.
|
LogAnalyticsSourceEntityType.Builder |
entityTypeDisplayName(String entityTypeDisplayName)
The entity type display name.
|
LogAnalyticsSourceEntityType.Builder |
sourceId(Long sourceId)
The source unique identifier.
|
public LogAnalyticsSourceEntityType.Builder sourceId(Long sourceId)
The source unique identifier.
sourceId
- the value to setpublic LogAnalyticsSourceEntityType.Builder entityType(String entityType)
The entity type.
entityType
- the value to setpublic LogAnalyticsSourceEntityType.Builder entityTypeCategory(String entityTypeCategory)
The type category.
entityTypeCategory
- the value to setpublic LogAnalyticsSourceEntityType.Builder entityTypeDisplayName(String entityTypeDisplayName)
The entity type display name.
entityTypeDisplayName
- the value to setpublic LogAnalyticsSourceEntityType build()
public LogAnalyticsSourceEntityType.Builder copy(LogAnalyticsSourceEntityType model)
Copyright © 2016–2024. All rights reserved.