public static class DependentObjectSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DependentObjectSummary.Builder |
aggregator(AggregatorSummary aggregator) |
DependentObjectSummary.Builder |
aggregatorKey(String aggregatorKey)
The owning object key for this object.
|
DependentObjectSummary |
build() |
DependentObjectSummary.Builder |
copy(DependentObjectSummary model) |
DependentObjectSummary.Builder |
countStatistics(CountStatistic countStatistics) |
DependentObjectSummary.Builder |
createdBy(String createdBy)
The user that created the object.
|
DependentObjectSummary.Builder |
createdByName(String createdByName)
The user that created the object.
|
DependentObjectSummary.Builder |
identifierPath(String identifierPath)
The full path to identify this object.
|
DependentObjectSummary.Builder |
infoFields(Map<String,String> infoFields)
Information property fields.
|
DependentObjectSummary.Builder |
isFavorite(Boolean isFavorite)
Specifies whether this object is a favorite or not.
|
DependentObjectSummary.Builder |
labels(List<String> labels)
Labels are keywords or tags that you can add to data assets, dataflows and so on.
|
DependentObjectSummary.Builder |
registryVersion(Integer registryVersion)
The registry version of the object.
|
DependentObjectSummary.Builder |
timeCreated(Date timeCreated)
The date and time that the object was created.
|
DependentObjectSummary.Builder |
timeUpdated(Date timeUpdated)
The date and time that the object was updated.
|
DependentObjectSummary.Builder |
updatedBy(String updatedBy)
The user that updated the object.
|
DependentObjectSummary.Builder |
updatedByName(String updatedByName)
The user that updated the object.
|
public DependentObjectSummary.Builder createdBy(String createdBy)
The user that created the object.
createdBy
- the value to setpublic DependentObjectSummary.Builder createdByName(String createdByName)
The user that created the object.
createdByName
- the value to setpublic DependentObjectSummary.Builder updatedBy(String updatedBy)
The user that updated the object.
updatedBy
- the value to setpublic DependentObjectSummary.Builder updatedByName(String updatedByName)
The user that updated the object.
updatedByName
- the value to setpublic DependentObjectSummary.Builder timeCreated(Date timeCreated)
The date and time that the object was created.
timeCreated
- the value to setpublic DependentObjectSummary.Builder timeUpdated(Date timeUpdated)
The date and time that the object was updated.
timeUpdated
- the value to setpublic DependentObjectSummary.Builder aggregatorKey(String aggregatorKey)
The owning object key for this object.
aggregatorKey
- the value to setpublic DependentObjectSummary.Builder aggregator(AggregatorSummary aggregator)
public DependentObjectSummary.Builder identifierPath(String identifierPath)
The full path to identify this object.
identifierPath
- the value to setpublic DependentObjectSummary.Builder infoFields(Map<String,String> infoFields)
Information property fields.
infoFields
- the value to setpublic DependentObjectSummary.Builder registryVersion(Integer registryVersion)
The registry version of the object.
registryVersion
- the value to setpublic DependentObjectSummary.Builder labels(List<String> labels)
Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
labels
- the value to setpublic DependentObjectSummary.Builder isFavorite(Boolean isFavorite)
Specifies whether this object is a favorite or not.
isFavorite
- the value to setpublic DependentObjectSummary.Builder countStatistics(CountStatistic countStatistics)
public DependentObjectSummary build()
public DependentObjectSummary.Builder copy(DependentObjectSummary model)
Copyright © 2016–2024. All rights reserved.