Class PipelineValidation.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.PipelineValidation.Builder
 
- 
- Enclosing class:
- PipelineValidation
 
 public static class PipelineValidation.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PipelineValidationbuild()PipelineValidation.Buildercopy(PipelineValidation model)PipelineValidation.Builderdescription(String description)Detailed description for the object.PipelineValidation.BuildererrorMessageCount(Integer errorMessageCount)The total number of validation error messages.PipelineValidation.Builderidentifier(String identifier)Value can only contain upper case letters, underscore, and numbers.PipelineValidation.BuilderinfoMessageCount(Integer infoMessageCount)The total number of validation information messages.PipelineValidation.Builderkey(String key)Objects will use a 36 character key as unique ID.PipelineValidation.Buildermetadata(ObjectMetadata metadata)PipelineValidation.BuildermodelType(String modelType)The type of the object.PipelineValidation.BuildermodelVersion(String modelVersion)This is a version number that is used by the service to upgrade objects if needed through releases of the service.PipelineValidation.Buildername(String name)Free form text without any restriction on permitted characters.PipelineValidation.BuilderobjectStatus(Integer objectStatus)The status of an object that can be set to value 1 for shallow references across objects, other values reserved.PipelineValidation.BuilderobjectVersion(Integer objectVersion)This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.PipelineValidation.BuilderparentRef(ParentReference parentRef)PipelineValidation.BuildertotalMessageCount(Integer totalMessageCount)The total number of validation messages.PipelineValidation.BuildervalidationMessages(Map<String,List<ValidationMessage>> validationMessages)The detailed information of the pipeline object validation.PipelineValidation.BuilderwarnMessageCount(Integer warnMessageCount)The total number of validation warning messages.
 
- 
- 
- 
Method Detail- 
totalMessageCountpublic PipelineValidation.Builder totalMessageCount(Integer totalMessageCount) The total number of validation messages.- Parameters:
- totalMessageCount- the value to set
- Returns:
- this builder
 
 - 
errorMessageCountpublic PipelineValidation.Builder errorMessageCount(Integer errorMessageCount) The total number of validation error messages.- Parameters:
- errorMessageCount- the value to set
- Returns:
- this builder
 
 - 
warnMessageCountpublic PipelineValidation.Builder warnMessageCount(Integer warnMessageCount) The total number of validation warning messages.- Parameters:
- warnMessageCount- the value to set
- Returns:
- this builder
 
 - 
infoMessageCountpublic PipelineValidation.Builder infoMessageCount(Integer infoMessageCount) The total number of validation information messages.- Parameters:
- infoMessageCount- the value to set
- Returns:
- this builder
 
 - 
validationMessagespublic PipelineValidation.Builder validationMessages(Map<String,List<ValidationMessage>> validationMessages) The detailed information of the pipeline object validation.- Parameters:
- validationMessages- the value to set
- Returns:
- this builder
 
 - 
keypublic PipelineValidation.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 PipelineValidation.Builder modelType(String modelType) The type of the object.- Parameters:
- modelType- the value to set
- Returns:
- this builder
 
 - 
modelVersionpublic PipelineValidation.Builder modelVersion(String modelVersion) This is a version number that is used by the service to upgrade objects if needed through releases of the service.- Parameters:
- modelVersion- the value to set
- Returns:
- this builder
 
 - 
parentRefpublic PipelineValidation.Builder parentRef(ParentReference parentRef) 
 - 
namepublic PipelineValidation.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 PipelineValidation.Builder description(String description) Detailed description for the object.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
objectVersionpublic PipelineValidation.Builder objectVersion(Integer objectVersion) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.- Parameters:
- objectVersion- the value to set
- Returns:
- this builder
 
 - 
objectStatuspublic PipelineValidation.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 PipelineValidation.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 PipelineValidation.Builder metadata(ObjectMetadata metadata) 
 - 
buildpublic PipelineValidation build() 
 - 
copypublic PipelineValidation.Builder copy(PipelineValidation model) 
 
- 
 
-