public static class LogAnalyticsAssociatedEntity.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
LogAnalyticsAssociatedEntity.Builder |
associationCount(Long associationCount)
The association count for the entity.
|
LogAnalyticsAssociatedEntity |
build() |
LogAnalyticsAssociatedEntity.Builder |
copy(LogAnalyticsAssociatedEntity model) |
LogAnalyticsAssociatedEntity.Builder |
entityId(String entityId)
The entity unique identifier.
|
LogAnalyticsAssociatedEntity.Builder |
entityName(String entityName)
The entity name.
|
LogAnalyticsAssociatedEntity.Builder |
entityType(String entityType)
The entity type.
|
LogAnalyticsAssociatedEntity.Builder |
entityTypeDisplayName(String entityTypeDisplayName)
The entity type display name.
|
LogAnalyticsAssociatedEntity.Builder |
onHost(String onHost)
The host associated with the entity.
|
public LogAnalyticsAssociatedEntity.Builder entityId(String entityId)
The entity unique identifier.
entityId
- the value to setpublic LogAnalyticsAssociatedEntity.Builder entityName(String entityName)
The entity name.
entityName
- the value to setpublic LogAnalyticsAssociatedEntity.Builder entityType(String entityType)
The entity type.
entityType
- the value to setpublic LogAnalyticsAssociatedEntity.Builder entityTypeDisplayName(String entityTypeDisplayName)
The entity type display name.
entityTypeDisplayName
- the value to setpublic LogAnalyticsAssociatedEntity.Builder onHost(String onHost)
The host associated with the entity.
onHost
- the value to setpublic LogAnalyticsAssociatedEntity.Builder associationCount(Long associationCount)
The association count for the entity.
associationCount
- the value to setpublic LogAnalyticsAssociatedEntity build()
public LogAnalyticsAssociatedEntity.Builder copy(LogAnalyticsAssociatedEntity model)
Copyright © 2016–2024. All rights reserved.