Class DependentObjectSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.DependentObjectSummary.Builder
 
- 
- Enclosing class:
- DependentObjectSummary
 
 public static class DependentObjectSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DependentObjectSummary.Builderaggregator(AggregatorSummary aggregator)DependentObjectSummary.BuilderaggregatorKey(String aggregatorKey)The owning object key for this object.DependentObjectSummarybuild()DependentObjectSummary.Buildercopy(DependentObjectSummary model)DependentObjectSummary.BuildercountStatistics(CountStatistic countStatistics)DependentObjectSummary.BuildercreatedBy(String createdBy)The user that created the object.DependentObjectSummary.BuildercreatedByName(String createdByName)The user that created the object.DependentObjectSummary.BuilderidentifierPath(String identifierPath)The full path to identify this object.DependentObjectSummary.BuilderinfoFields(Map<String,String> infoFields)Information property fields.DependentObjectSummary.BuilderisFavorite(Boolean isFavorite)Specifies whether this object is a favorite or not.DependentObjectSummary.Builderlabels(List<String> labels)Labels are keywords or tags that you can add to data assets, dataflows and so on.DependentObjectSummary.BuilderregistryVersion(Integer registryVersion)The registry version of the object.DependentObjectSummary.BuildertimeCreated(Date timeCreated)The date and time that the object was created.DependentObjectSummary.BuildertimeUpdated(Date timeUpdated)The date and time that the object was updated.DependentObjectSummary.BuilderupdatedBy(String updatedBy)The user that updated the object.DependentObjectSummary.BuilderupdatedByName(String updatedByName)The user that updated the object.
 
- 
- 
- 
Method Detail- 
createdBypublic DependentObjectSummary.Builder createdBy(String createdBy) The user that created the object.- Parameters:
- createdBy- the value to set
- Returns:
- this builder
 
 - 
createdByNamepublic DependentObjectSummary.Builder createdByName(String createdByName) The user that created the object.- Parameters:
- createdByName- the value to set
- Returns:
- this builder
 
 - 
updatedBypublic DependentObjectSummary.Builder updatedBy(String updatedBy) The user that updated the object.- Parameters:
- updatedBy- the value to set
- Returns:
- this builder
 
 - 
updatedByNamepublic DependentObjectSummary.Builder updatedByName(String updatedByName) The user that updated the object.- Parameters:
- updatedByName- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic DependentObjectSummary.Builder timeCreated(Date timeCreated) The date and time that the object was created.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic DependentObjectSummary.Builder timeUpdated(Date timeUpdated) The date and time that the object was updated.- Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
aggregatorKeypublic DependentObjectSummary.Builder aggregatorKey(String aggregatorKey) The owning object key for this object.- Parameters:
- aggregatorKey- the value to set
- Returns:
- this builder
 
 - 
aggregatorpublic DependentObjectSummary.Builder aggregator(AggregatorSummary aggregator) 
 - 
identifierPathpublic DependentObjectSummary.Builder identifierPath(String identifierPath) The full path to identify this object.- Parameters:
- identifierPath- the value to set
- Returns:
- this builder
 
 - 
infoFieldspublic DependentObjectSummary.Builder infoFields(Map<String,String> infoFields) Information property fields.- Parameters:
- infoFields- the value to set
- Returns:
- this builder
 
 - 
registryVersionpublic DependentObjectSummary.Builder registryVersion(Integer registryVersion) The registry version of the object.- Parameters:
- registryVersion- the value to set
- Returns:
- this builder
 
 - 
labelspublic 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. - Parameters:
- labels- the value to set
- Returns:
- this builder
 
 - 
isFavoritepublic DependentObjectSummary.Builder isFavorite(Boolean isFavorite) Specifies whether this object is a favorite or not.- Parameters:
- isFavorite- the value to set
- Returns:
- this builder
 
 - 
countStatisticspublic DependentObjectSummary.Builder countStatistics(CountStatistic countStatistics) 
 - 
buildpublic DependentObjectSummary build() 
 - 
copypublic DependentObjectSummary.Builder copy(DependentObjectSummary model) 
 
- 
 
-