public static class UpsertLogAnalyticsFieldDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpsertLogAnalyticsFieldDetails |
build() |
UpsertLogAnalyticsFieldDetails.Builder |
copy(UpsertLogAnalyticsFieldDetails model) |
UpsertLogAnalyticsFieldDetails.Builder |
dataType(String dataType)
The data type.
|
UpsertLogAnalyticsFieldDetails.Builder |
description(String description)
The field description.
|
UpsertLogAnalyticsFieldDetails.Builder |
displayName(String displayName)
The field display name.
|
UpsertLogAnalyticsFieldDetails.Builder |
isMultiValued(Boolean isMultiValued)
A flag indicating whether or not the field is multi-valued.
|
UpsertLogAnalyticsFieldDetails.Builder |
name(String name)
The field internal name.
|
public UpsertLogAnalyticsFieldDetails.Builder dataType(String dataType)
The data type.
dataType
- the value to setpublic UpsertLogAnalyticsFieldDetails.Builder isMultiValued(Boolean isMultiValued)
A flag indicating whether or not the field is multi-valued.
isMultiValued
- the value to setpublic UpsertLogAnalyticsFieldDetails.Builder description(String description)
The field description.
description
- the value to setpublic UpsertLogAnalyticsFieldDetails.Builder displayName(String displayName)
The field display name.
displayName
- the value to setpublic UpsertLogAnalyticsFieldDetails.Builder name(String name)
The field internal name.
name
- the value to setpublic UpsertLogAnalyticsFieldDetails build()
public UpsertLogAnalyticsFieldDetails.Builder copy(UpsertLogAnalyticsFieldDetails model)
Copyright © 2016–2024. All rights reserved.