Class DataFlowValidationSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.DataFlowValidationSummary.Builder
 
- 
- Enclosing class:
- DataFlowValidationSummary
 
 public static class DataFlowValidationSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DataFlowValidationSummarybuild()DataFlowValidationSummary.Buildercopy(DataFlowValidationSummary model)DataFlowValidationSummary.Builderdescription(String description)Detailed description for the object.DataFlowValidationSummary.BuildererrorMessageCount(Integer errorMessageCount)The total number of validation error messages.DataFlowValidationSummary.Builderidentifier(String identifier)Value can only contain upper case letters, underscore, and numbers.DataFlowValidationSummary.BuilderinfoMessageCount(Integer infoMessageCount)The total number of validation information messages.DataFlowValidationSummary.Builderkey(String key)Objects will use a 36 character key as unique ID.DataFlowValidationSummary.Buildermetadata(ObjectMetadata metadata)DataFlowValidationSummary.BuildermodelType(String modelType)The type of the object.DataFlowValidationSummary.BuildermodelVersion(String modelVersion)The model version of the object.DataFlowValidationSummary.Buildername(String name)Free form text without any restriction on permitted characters.DataFlowValidationSummary.BuilderobjectStatus(Integer objectStatus)The status of an object that can be set to value 1 for shallow references across objects, other values reserved.DataFlowValidationSummary.BuilderobjectVersion(Integer objectVersion)The version of the object that is used to track changes in the object instance.DataFlowValidationSummary.BuilderparentRef(ParentReference parentRef)DataFlowValidationSummary.BuildertotalMessageCount(Integer totalMessageCount)The total number of validation messages.DataFlowValidationSummary.BuildervalidationMessages(Map<String,List<ValidationMessage>> validationMessages)The detailed information of the data flow object validation.DataFlowValidationSummary.BuilderwarnMessageCount(Integer warnMessageCount)The total number of validation warning messages.
 
- 
- 
- 
Method Detail- 
totalMessageCountpublic DataFlowValidationSummary.Builder totalMessageCount(Integer totalMessageCount) The total number of validation messages.- Parameters:
- totalMessageCount- the value to set
- Returns:
- this builder
 
 - 
errorMessageCountpublic DataFlowValidationSummary.Builder errorMessageCount(Integer errorMessageCount) The total number of validation error messages.- Parameters:
- errorMessageCount- the value to set
- Returns:
- this builder
 
 - 
warnMessageCountpublic DataFlowValidationSummary.Builder warnMessageCount(Integer warnMessageCount) The total number of validation warning messages.- Parameters:
- warnMessageCount- the value to set
- Returns:
- this builder
 
 - 
infoMessageCountpublic DataFlowValidationSummary.Builder infoMessageCount(Integer infoMessageCount) The total number of validation information messages.- Parameters:
- infoMessageCount- the value to set
- Returns:
- this builder
 
 - 
validationMessagespublic DataFlowValidationSummary.Builder validationMessages(Map<String,List<ValidationMessage>> validationMessages) The detailed information of the data flow object validation.- Parameters:
- validationMessages- the value to set
- Returns:
- this builder
 
 - 
keypublic DataFlowValidationSummary.Builder key(String key) Objects will use a 36 character key as unique ID.It is system generated and cannot be modified. - Parameters:
- key- the value to set
- Returns:
- this builder
 
 - 
modelTypepublic DataFlowValidationSummary.Builder modelType(String modelType) The type of the object.- Parameters:
- modelType- the value to set
- Returns:
- this builder
 
 - 
modelVersionpublic DataFlowValidationSummary.Builder modelVersion(String modelVersion) The model version of the object.- Parameters:
- modelVersion- the value to set
- Returns:
- this builder
 
 - 
parentRefpublic DataFlowValidationSummary.Builder parentRef(ParentReference parentRef) 
 - 
namepublic DataFlowValidationSummary.Builder name(String name) Free form text without any restriction on permitted characters.Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters. - Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic DataFlowValidationSummary.Builder description(String description) Detailed description for the object.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
objectVersionpublic DataFlowValidationSummary.Builder objectVersion(Integer objectVersion) The version of the object that is used to track changes in the object instance.- Parameters:
- objectVersion- the value to set
- Returns:
- this builder
 
 - 
objectStatuspublic DataFlowValidationSummary.Builder objectStatus(Integer objectStatus) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.- Parameters:
- objectStatus- the value to set
- Returns:
- this builder
 
 - 
identifierpublic DataFlowValidationSummary.Builder identifier(String identifier) Value can only contain upper case letters, underscore, and numbers.It should begin with upper case letter or underscore. The value can be modified. - Parameters:
- identifier- the value to set
- Returns:
- this builder
 
 - 
metadatapublic DataFlowValidationSummary.Builder metadata(ObjectMetadata metadata) 
 - 
buildpublic DataFlowValidationSummary build() 
 - 
copypublic DataFlowValidationSummary.Builder copy(DataFlowValidationSummary model) 
 
- 
 
-