static Pattern.Builder |
Pattern.builder() |
Create a new builder.
|
Pattern.Builder |
Pattern.Builder.catalogId(String catalogId) |
The data catalog’s OCID.
|
Pattern.Builder |
Pattern.Builder.checkFailureLimit(Integer checkFailureLimit) |
The maximum number of UNMATCHED files, in checkFilePathList, above which the check fails.
|
Pattern.Builder |
Pattern.Builder.checkFilePathList(List<String> checkFilePathList) |
List of file paths against which the pattern can be tried, as a check.
|
Pattern.Builder |
Pattern.Builder.copy(Pattern model) |
|
Pattern.Builder |
Pattern.Builder.createdById(String createdById) |
OCID of the user who created the pattern.
|
Pattern.Builder |
Pattern.Builder.description(String description) |
Detailed description of the pattern.
|
Pattern.Builder |
Pattern.Builder.displayName(String displayName) |
A user-friendly display name.
|
Pattern.Builder |
Pattern.Builder.expression(String expression) |
Input string which drives the selection process, allowing for fine-grained control using
qualifiers.
|
Pattern.Builder |
Pattern.Builder.filePathPrefix(String filePathPrefix) |
Input string which drives the selection process.
|
Pattern.Builder |
Pattern.Builder.isEnableCheckFailureLimit(Boolean isEnableCheckFailureLimit) |
Indicates whether the pattern check, against the checkFilePathList, will fail the request
if the count of UNMATCHED files is above the checkFailureLimit.
|
Pattern.Builder |
Pattern.Builder.key(String key) |
Unique pattern key that is immutable.
|
Pattern.Builder |
Pattern.Builder.lifecycleState(LifecycleState lifecycleState) |
The current state of the pattern.
|
Pattern.Builder |
Pattern.Builder.properties(Map<String,Map<String,String>> properties) |
A map of maps that contains the properties which are specific to the pattern type.
|
Pattern.Builder |
Pattern.Builder.timeCreated(Date timeCreated) |
The date and time the pattern was created, in the format defined by
RFC3339.
|
Pattern.Builder |
Pattern.Builder.timeUpdated(Date timeUpdated) |
The last time that any change was made to the pattern.
|
Pattern.Builder |
Pattern.toBuilder() |
|
Pattern.Builder |
Pattern.Builder.updatedById(String updatedById) |
OCID of the user who last modified the pattern.
|