public static class ValidatePatternResult.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ValidatePatternResult |
build() |
ValidatePatternResult.Builder |
copy(ValidatePatternResult model) |
ValidatePatternResult.Builder |
derivedLogicalEntities(List<DerivedLogicalEntities> derivedLogicalEntities)
Collection of logical entities derived from the pattern, as applied to a list of file
paths.
|
ValidatePatternResult.Builder |
expression(String expression)
The expression used in the pattern validation.
|
ValidatePatternResult.Builder |
filePathPrefix(String filePathPrefix)
The prefix used in the pattern validation.
|
ValidatePatternResult.Builder |
message(String message)
The message from the pattern validation.
|
ValidatePatternResult.Builder |
status(String status)
The status returned from the pattern validation.
|
public ValidatePatternResult.Builder message(String message)
The message from the pattern validation.
message
- the value to setpublic ValidatePatternResult.Builder status(String status)
The status returned from the pattern validation.
status
- the value to setpublic ValidatePatternResult.Builder expression(String expression)
The expression used in the pattern validation.
expression
- the value to setpublic ValidatePatternResult.Builder filePathPrefix(String filePathPrefix)
The prefix used in the pattern validation.
filePathPrefix
- the value to setpublic ValidatePatternResult.Builder derivedLogicalEntities(List<DerivedLogicalEntities> derivedLogicalEntities)
Collection of logical entities derived from the pattern, as applied to a list of file paths.
derivedLogicalEntities
- the value to setpublic ValidatePatternResult build()
public ValidatePatternResult.Builder copy(ValidatePatternResult model)
Copyright © 2016–2024. All rights reserved.