public static class UpdateLookupMetadataDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateLookupMetadataDetails |
build() |
UpdateLookupMetadataDetails.Builder |
categories(List<LogAnalyticsCategory> categories)
An array of categories to assign to the lookup.
|
UpdateLookupMetadataDetails.Builder |
copy(UpdateLookupMetadataDetails model) |
UpdateLookupMetadataDetails.Builder |
defaultMatchValue(String defaultMatchValue)
The default match value.
|
UpdateLookupMetadataDetails.Builder |
description(String description)
The lookup description.
|
UpdateLookupMetadataDetails.Builder |
fields(List<LogAnalyticsLookupFields> fields)
The lookup fields.
|
UpdateLookupMetadataDetails.Builder |
maxMatches(Long maxMatches)
The maximum number of matches.
|
public UpdateLookupMetadataDetails.Builder defaultMatchValue(String defaultMatchValue)
The default match value.
defaultMatchValue
- the value to setpublic UpdateLookupMetadataDetails.Builder description(String description)
The lookup description.
description
- the value to setpublic UpdateLookupMetadataDetails.Builder fields(List<LogAnalyticsLookupFields> fields)
The lookup fields.
fields
- the value to setpublic UpdateLookupMetadataDetails.Builder maxMatches(Long maxMatches)
The maximum number of matches.
maxMatches
- the value to setpublic UpdateLookupMetadataDetails.Builder categories(List<LogAnalyticsCategory> categories)
An array of categories to assign to the lookup. Specifying the name attribute for each category would suffice. Oracle-defined category assignments cannot be removed.
categories
- the value to setpublic UpdateLookupMetadataDetails build()
public UpdateLookupMetadataDetails.Builder copy(UpdateLookupMetadataDetails model)
Copyright © 2016–2024. All rights reserved.