public static interface DocumentParameter.Builder extends SdkPojo, CopyableBuilder<DocumentParameter.Builder,DocumentParameter>
| Modifier and Type | Method and Description |
|---|---|
DocumentParameter.Builder |
description(String description)
Description of the map field containing the patterns that need to be replaced in a managed template job
document schema.
|
DocumentParameter.Builder |
example(String example)
An example illustrating a pattern that need to be replaced in a managed template job document schema.
|
DocumentParameter.Builder |
key(String key)
Key of the map field containing the patterns that need to be replaced in a managed template job document
schema.
|
DocumentParameter.Builder |
optional(Boolean optional)
Specifies whether a pattern that needs to be replaced in a managed template job document schema is optional
or required.
|
DocumentParameter.Builder |
regex(String regex)
A regular expression of the patterns that need to be replaced in a managed template job document schema.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDocumentParameter.Builder key(String key)
Key of the map field containing the patterns that need to be replaced in a managed template job document schema.
key - Key of the map field containing the patterns that need to be replaced in a managed template job
document schema.DocumentParameter.Builder description(String description)
Description of the map field containing the patterns that need to be replaced in a managed template job document schema.
description - Description of the map field containing the patterns that need to be replaced in a managed template
job document schema.DocumentParameter.Builder regex(String regex)
A regular expression of the patterns that need to be replaced in a managed template job document schema.
regex - A regular expression of the patterns that need to be replaced in a managed template job document
schema.DocumentParameter.Builder example(String example)
An example illustrating a pattern that need to be replaced in a managed template job document schema.
example - An example illustrating a pattern that need to be replaced in a managed template job document schema.DocumentParameter.Builder optional(Boolean optional)
Specifies whether a pattern that needs to be replaced in a managed template job document schema is optional or required.
optional - Specifies whether a pattern that needs to be replaced in a managed template job document schema is
optional or required.Copyright © 2023. All rights reserved.