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