public static class PatternSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PatternSummary |
build() |
PatternSummary.Builder |
catalogId(String catalogId)
The data catalog’s OCID.
|
PatternSummary.Builder |
copy(PatternSummary model) |
PatternSummary.Builder |
description(String description)
Detailed description of the pattern.
|
PatternSummary.Builder |
displayName(String displayName)
A user-friendly display name.
|
PatternSummary.Builder |
expression(String expression)
Input string which drives the selection process, allowing for fine-grained control using
qualifiers.
|
PatternSummary.Builder |
filePathPrefix(String filePathPrefix)
Input string which drives the selection process.
|
PatternSummary.Builder |
key(String key)
Unique pattern key that is immutable.
|
PatternSummary.Builder |
lifecycleState(LifecycleState lifecycleState)
State of the pattern.
|
PatternSummary.Builder |
timeCreated(Date timeCreated)
The date and time the pattern was created, in the format defined by
RFC3339.
|
public PatternSummary.Builder key(String key)
Unique pattern key that is immutable.
key
- the value to setpublic PatternSummary.Builder displayName(String displayName)
A user-friendly display name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
displayName
- the value to setpublic PatternSummary.Builder description(String description)
Detailed description of the pattern.
description
- the value to setpublic PatternSummary.Builder catalogId(String catalogId)
The data catalog’s OCID.
catalogId
- the value to setpublic PatternSummary.Builder timeCreated(Date timeCreated)
The date and time the pattern was created, in the format defined by
RFC3339. Example: 2019-03-25T21:10:29.600Z
timeCreated
- the value to setpublic PatternSummary.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 PatternSummary.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 PatternSummary.Builder lifecycleState(LifecycleState lifecycleState)
State of the pattern.
lifecycleState
- the value to setpublic PatternSummary build()
public PatternSummary.Builder copy(PatternSummary model)
Copyright © 2016–2024. All rights reserved.