public static class UpdateLogAnalyticsEntityTypeDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateLogAnalyticsEntityTypeDetails |
build() |
UpdateLogAnalyticsEntityTypeDetails.Builder |
category(String category)
Log analytics entity type category.
|
UpdateLogAnalyticsEntityTypeDetails.Builder |
copy(UpdateLogAnalyticsEntityTypeDetails model) |
UpdateLogAnalyticsEntityTypeDetails.Builder |
properties(List<EntityTypeProperty> properties)
A single log analytics entity type property definition.
|
public UpdateLogAnalyticsEntityTypeDetails.Builder category(String category)
Log analytics entity type category. Category will be used for grouping and filtering.
category
- the value to setpublic UpdateLogAnalyticsEntityTypeDetails.Builder properties(List<EntityTypeProperty> properties)
A single log analytics entity type property definition.
properties
- the value to setpublic UpdateLogAnalyticsEntityTypeDetails build()
public UpdateLogAnalyticsEntityTypeDetails.Builder copy(UpdateLogAnalyticsEntityTypeDetails model)
Copyright © 2016–2024. All rights reserved.