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