Class UpdateAttributeDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.datacatalog.model.UpdateAttributeDetails.Builder
 
- 
- Enclosing class:
- UpdateAttributeDetails
 
 public static class UpdateAttributeDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateAttributeDetailsbuild()UpdateAttributeDetails.BuilderbusinessName(String businessName)Optional user friendly business name of the attribute.UpdateAttributeDetails.Buildercopy(UpdateAttributeDetails model)UpdateAttributeDetails.BuildercustomPropertyMembers(List<CustomPropertySetUsage> customPropertyMembers)The list of customized properties along with the values for this objectUpdateAttributeDetails.Builderdescription(String description)Detailed description of the attribute.UpdateAttributeDetails.BuilderdisplayName(String displayName)A user-friendly display name.UpdateAttributeDetails.BuilderexternalDataType(String externalDataType)Data type of the attribute as defined in the external system.UpdateAttributeDetails.BuilderexternalDatatypeEntityKey(String externalDatatypeEntityKey)External entity key that represents the datatype of this attribute , applicable if this attribute is a complex type.UpdateAttributeDetails.BuilderexternalParentAttributeKey(String externalParentAttributeKey)External attribute key that represents the parent attribute of this attribute , applicable if the parent attribute is of complex type.UpdateAttributeDetails.BuilderisIncrementalData(Boolean isIncrementalData)Property that identifies if this attribute can be used as a watermark to extract incremental data.UpdateAttributeDetails.BuilderisNullable(Boolean isNullable)Property that identifies if this attribute can be assigned nullable values.UpdateAttributeDetails.Builderlength(Long length)Max allowed length of the attribute value.UpdateAttributeDetails.BuildermaxCollectionCount(Integer maxCollectionCount)The maximum count for the number of instances of a given type stored in this collection type attribute,applicable if this attribute is a complex type.UpdateAttributeDetails.BuilderminCollectionCount(Integer minCollectionCount)The minimum count for the number of instances of a given type stored in this collection type attribute,applicable if this attribute is a complex type.UpdateAttributeDetails.Builderposition(Integer position)Position of the attribute in the record definition.UpdateAttributeDetails.Builderprecision(Integer precision)Precision of the attribute value usually applies to float data type.UpdateAttributeDetails.Builderproperties(Map<String,Map<String,String>> properties)A map of maps that contains the properties which are specific to the attribute type.UpdateAttributeDetails.Builderscale(Integer scale)Scale of the attribute value usually applies to float data type.UpdateAttributeDetails.BuildertimeExternal(Date timeExternal)Last modified timestamp of this object in the external system.
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdateAttributeDetails.Builder displayName(String displayName) A user-friendly display name.Does not have to be unique, and it’s changeable. Avoid entering confidential information. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
businessNamepublic UpdateAttributeDetails.Builder businessName(String businessName) Optional user friendly business name of the attribute.If set, this supplements the harvested display name of the object. - Parameters:
- businessName- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic UpdateAttributeDetails.Builder description(String description) Detailed description of the attribute.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
externalDataTypepublic UpdateAttributeDetails.Builder externalDataType(String externalDataType) Data type of the attribute as defined in the external system.- Parameters:
- externalDataType- the value to set
- Returns:
- this builder
 
 - 
isIncrementalDatapublic UpdateAttributeDetails.Builder isIncrementalData(Boolean isIncrementalData) Property that identifies if this attribute can be used as a watermark to extract incremental data.- Parameters:
- isIncrementalData- the value to set
- Returns:
- this builder
 
 - 
isNullablepublic UpdateAttributeDetails.Builder isNullable(Boolean isNullable) Property that identifies if this attribute can be assigned nullable values.- Parameters:
- isNullable- the value to set
- Returns:
- this builder
 
 - 
lengthpublic UpdateAttributeDetails.Builder length(Long length) Max allowed length of the attribute value.- Parameters:
- length- the value to set
- Returns:
- this builder
 
 - 
positionpublic UpdateAttributeDetails.Builder position(Integer position) Position of the attribute in the record definition.- Parameters:
- position- the value to set
- Returns:
- this builder
 
 - 
precisionpublic UpdateAttributeDetails.Builder precision(Integer precision) Precision of the attribute value usually applies to float data type.- Parameters:
- precision- the value to set
- Returns:
- this builder
 
 - 
scalepublic UpdateAttributeDetails.Builder scale(Integer scale) Scale of the attribute value usually applies to float data type.- Parameters:
- scale- the value to set
- Returns:
- this builder
 
 - 
timeExternalpublic UpdateAttributeDetails.Builder timeExternal(Date timeExternal) Last modified timestamp of this object in the external system.- Parameters:
- timeExternal- the value to set
- Returns:
- this builder
 
 - 
minCollectionCountpublic UpdateAttributeDetails.Builder minCollectionCount(Integer minCollectionCount) The minimum count for the number of instances of a given type stored in this collection type attribute,applicable if this attribute is a complex type.- Parameters:
- minCollectionCount- the value to set
- Returns:
- this builder
 
 - 
maxCollectionCountpublic UpdateAttributeDetails.Builder maxCollectionCount(Integer maxCollectionCount) The maximum count for the number of instances of a given type stored in this collection type attribute,applicable if this attribute is a complex type.For type specifications in systems that specify only “capacity” without upper or lower bound , this property can also be used to just mean “capacity”. Some examples are Varray size in Oracle , Occurs Clause in Cobol , capacity in XmlSchemaObjectCollection , maxOccurs in Xml , maxItems in Json - Parameters:
- maxCollectionCount- the value to set
- Returns:
- this builder
 
 - 
externalDatatypeEntityKeypublic UpdateAttributeDetails.Builder externalDatatypeEntityKey(String externalDatatypeEntityKey) External entity key that represents the datatype of this attribute , applicable if this attribute is a complex type.- Parameters:
- externalDatatypeEntityKey- the value to set
- Returns:
- this builder
 
 - 
externalParentAttributeKeypublic UpdateAttributeDetails.Builder externalParentAttributeKey(String externalParentAttributeKey) External attribute key that represents the parent attribute of this attribute , applicable if the parent attribute is of complex type.- Parameters:
- externalParentAttributeKey- the value to set
- Returns:
- this builder
 
 - 
customPropertyMemberspublic UpdateAttributeDetails.Builder customPropertyMembers(List<CustomPropertySetUsage> customPropertyMembers) The list of customized properties along with the values for this object- Parameters:
- customPropertyMembers- the value to set
- Returns:
- this builder
 
 - 
propertiespublic UpdateAttributeDetails.Builder properties(Map<String,Map<String,String>> properties) A map of maps that contains the properties which are specific to the attribute type.Each attribute type definition defines it’s set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most attributes have required properties within the “default” category. To determine the set of required and optional properties for an Attribute type, a query can be done on ‘/types?type=attribute’ which returns a collection of all attribute types. The appropriate attribute type, which will include definitions of all of it’s properties, can be identified from this collection. Example: {“properties”: { “default”: { “key1”: “value1”}}} - Parameters:
- properties- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateAttributeDetails build() 
 - 
copypublic UpdateAttributeDetails.Builder copy(UpdateAttributeDetails model) 
 
- 
 
-