Package com.oracle.bmc.datacatalog.model
Class ValidatePatternResult.Builder
- java.lang.Object
-
- com.oracle.bmc.datacatalog.model.ValidatePatternResult.Builder
-
- Enclosing class:
- ValidatePatternResult
public static class ValidatePatternResult.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValidatePatternResultbuild()ValidatePatternResult.Buildercopy(ValidatePatternResult model)ValidatePatternResult.BuilderderivedLogicalEntities(List<DerivedLogicalEntities> derivedLogicalEntities)Collection of logical entities derived from the pattern, as applied to a list of file paths.ValidatePatternResult.Builderexpression(String expression)The expression used in the pattern validation.ValidatePatternResult.BuilderfilePathPrefix(String filePathPrefix)The prefix used in the pattern validation.ValidatePatternResult.Buildermessage(String message)The message from the pattern validation.ValidatePatternResult.Builderstatus(String status)The status returned from the pattern validation.
-
-
-
Method Detail
-
message
public ValidatePatternResult.Builder message(String message)
The message from the pattern validation.- Parameters:
message- the value to set- Returns:
- this builder
-
status
public ValidatePatternResult.Builder status(String status)
The status returned from the pattern validation.- Parameters:
status- the value to set- Returns:
- this builder
-
expression
public ValidatePatternResult.Builder expression(String expression)
The expression used in the pattern validation.- Parameters:
expression- the value to set- Returns:
- this builder
-
filePathPrefix
public ValidatePatternResult.Builder filePathPrefix(String filePathPrefix)
The prefix used in the pattern validation.- Parameters:
filePathPrefix- the value to set- Returns:
- this builder
-
derivedLogicalEntities
public ValidatePatternResult.Builder derivedLogicalEntities(List<DerivedLogicalEntities> derivedLogicalEntities)
Collection of logical entities derived from the pattern, as applied to a list of file paths.- Parameters:
derivedLogicalEntities- the value to set- Returns:
- this builder
-
build
public ValidatePatternResult build()
-
copy
public ValidatePatternResult.Builder copy(ValidatePatternResult model)
-
-