Class DataFlowValidationSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.DataFlowValidationSummary.Builder
-
- Enclosing class:
- DataFlowValidationSummary
public static class DataFlowValidationSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataFlowValidationSummary
build()
DataFlowValidationSummary.Builder
copy(DataFlowValidationSummary model)
DataFlowValidationSummary.Builder
description(String description)
Detailed description for the object.DataFlowValidationSummary.Builder
errorMessageCount(Integer errorMessageCount)
The total number of validation error messages.DataFlowValidationSummary.Builder
identifier(String identifier)
Value can only contain upper case letters, underscore, and numbers.DataFlowValidationSummary.Builder
infoMessageCount(Integer infoMessageCount)
The total number of validation information messages.DataFlowValidationSummary.Builder
key(String key)
Objects will use a 36 character key as unique ID.DataFlowValidationSummary.Builder
metadata(ObjectMetadata metadata)
DataFlowValidationSummary.Builder
modelType(String modelType)
The type of the object.DataFlowValidationSummary.Builder
modelVersion(String modelVersion)
The model version of the object.DataFlowValidationSummary.Builder
name(String name)
Free form text without any restriction on permitted characters.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.DataFlowValidationSummary.Builder
objectVersion(Integer objectVersion)
The version of the object that is used to track changes in the object instance.DataFlowValidationSummary.Builder
parentRef(ParentReference parentRef)
DataFlowValidationSummary.Builder
totalMessageCount(Integer totalMessageCount)
The total number of validation messages.DataFlowValidationSummary.Builder
validationMessages(Map<String,List<ValidationMessage>> validationMessages)
The detailed information of the data flow object validation.DataFlowValidationSummary.Builder
warnMessageCount(Integer warnMessageCount)
The total number of validation warning messages.
-
-
-
Method Detail
-
totalMessageCount
public DataFlowValidationSummary.Builder totalMessageCount(Integer totalMessageCount)
The total number of validation messages.- Parameters:
totalMessageCount
- the value to set- Returns:
- this builder
-
errorMessageCount
public DataFlowValidationSummary.Builder errorMessageCount(Integer errorMessageCount)
The total number of validation error messages.- Parameters:
errorMessageCount
- the value to set- Returns:
- this builder
-
warnMessageCount
public DataFlowValidationSummary.Builder warnMessageCount(Integer warnMessageCount)
The total number of validation warning messages.- Parameters:
warnMessageCount
- the value to set- Returns:
- this builder
-
infoMessageCount
public DataFlowValidationSummary.Builder infoMessageCount(Integer infoMessageCount)
The total number of validation information messages.- Parameters:
infoMessageCount
- the value to set- Returns:
- this builder
-
validationMessages
public 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
-
key
public 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
-
modelType
public DataFlowValidationSummary.Builder modelType(String modelType)
The type of the object.- Parameters:
modelType
- the value to set- Returns:
- this builder
-
modelVersion
public DataFlowValidationSummary.Builder modelVersion(String modelVersion)
The model version of the object.- Parameters:
modelVersion
- the value to set- Returns:
- this builder
-
parentRef
public DataFlowValidationSummary.Builder parentRef(ParentReference parentRef)
-
name
public 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
-
description
public DataFlowValidationSummary.Builder description(String description)
Detailed description for the object.- Parameters:
description
- the value to set- Returns:
- this builder
-
objectVersion
public 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
-
objectStatus
public 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
-
identifier
public 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
-
metadata
public DataFlowValidationSummary.Builder metadata(ObjectMetadata metadata)
-
build
public DataFlowValidationSummary build()
-
copy
public DataFlowValidationSummary.Builder copy(DataFlowValidationSummary model)
-
-