public static class ValidatePatternDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ValidatePatternDetails |
build() |
ValidatePatternDetails.Builder |
checkFailureLimit(Integer checkFailureLimit)
The maximum number of UNMATCHED files, in checkFilePathList, above which the check fails.
|
ValidatePatternDetails.Builder |
checkFilePathList(List<String> checkFilePathList)
List of file paths against which the pattern can be tried, as a check.
|
ValidatePatternDetails.Builder |
copy(ValidatePatternDetails model) |
ValidatePatternDetails.Builder |
expression(String expression)
Input string which drives the selection process, allowing for fine-grained control using
qualifiers.
|
ValidatePatternDetails.Builder |
filePathPrefix(String filePathPrefix)
Input string which drives the selection process.
|
public ValidatePatternDetails.Builder expression(String expression)
Input string which drives the selection process, allowing for fine-grained control using qualifiers. Refer to the user documentation for details of the format and examples. A pattern cannot include both a prefix and an expression.
expression
- the value to setpublic ValidatePatternDetails.Builder filePathPrefix(String filePathPrefix)
Input string which drives the selection process. Refer to the user documentation for details of the format and examples. A pattern cannot include both a prefix and an expression.
filePathPrefix
- the value to setpublic ValidatePatternDetails.Builder checkFilePathList(List<String> checkFilePathList)
List of file paths against which the pattern can be tried, as a check. This documents, for reference purposes, some example objects a pattern is meant to work with.
If provided with the request,this overrides the list which already exists as part of the pattern, if any.
checkFilePathList
- the value to setpublic ValidatePatternDetails.Builder checkFailureLimit(Integer checkFailureLimit)
The maximum number of UNMATCHED files, in checkFilePathList, above which the check fails. Optional, if checkFilePathList is provided.
If provided with the request, this overrides the value which already exists as part of the pattern, if any.
checkFailureLimit
- the value to setpublic ValidatePatternDetails build()
public ValidatePatternDetails.Builder copy(ValidatePatternDetails model)
Copyright © 2016–2024. All rights reserved.