public static class DependentSource.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DependentSource |
build() |
DependentSource.Builder |
copy(DependentSource model) |
DependentSource.Builder |
dependencies(List<Dependency> dependencies)
The list of dependencies defined by the source.
|
DependentSource.Builder |
entityTypes(List<LogAnalyticsSourceEntityType> entityTypes)
The entity types.
|
DependentSource.Builder |
isAutoAssociationEnabled(Boolean isAutoAssociationEnabled)
A flag indicating whether or not the source is marked for auto association.
|
DependentSource.Builder |
isSystem(Boolean isSystem)
The system flag.
|
DependentSource.Builder |
sourceDisplayName(String sourceDisplayName)
The source display name.
|
DependentSource.Builder |
sourceId(Long sourceId)
The source unique identifier.
|
DependentSource.Builder |
sourceName(String sourceName)
The source name.
|
DependentSource.Builder |
sourceType(String sourceType)
The source type.
|
public DependentSource.Builder sourceName(String sourceName)
The source name.
sourceName
- the value to setpublic DependentSource.Builder sourceDisplayName(String sourceDisplayName)
The source display name.
sourceDisplayName
- the value to setpublic DependentSource.Builder sourceId(Long sourceId)
The source unique identifier.
sourceId
- the value to setpublic DependentSource.Builder sourceType(String sourceType)
The source type.
sourceType
- the value to setpublic DependentSource.Builder isSystem(Boolean isSystem)
The system flag. A value of false denotes a custom, or user defined object. A value of true denotes a built in object.
isSystem
- the value to setpublic DependentSource.Builder isAutoAssociationEnabled(Boolean isAutoAssociationEnabled)
A flag indicating whether or not the source is marked for auto association.
isAutoAssociationEnabled
- the value to setpublic DependentSource.Builder entityTypes(List<LogAnalyticsSourceEntityType> entityTypes)
The entity types.
entityTypes
- the value to setpublic DependentSource.Builder dependencies(List<Dependency> dependencies)
The list of dependencies defined by the source.
dependencies
- the value to setpublic DependentSource build()
public DependentSource.Builder copy(DependentSource model)
Copyright © 2016–2024. All rights reserved.