| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static DocumentParameter.Builder |
DocumentParameter.builder() |
DocumentParameter.Builder |
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 |
DocumentParameter.Builder.example(String example)
An example illustrating a pattern that need to be replaced in a managed template job document schema.
|
DocumentParameter.Builder |
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 |
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 |
DocumentParameter.Builder.regex(String regex)
A regular expression of the patterns that need to be replaced in a managed template job document schema.
|
DocumentParameter.Builder |
DocumentParameter.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DocumentParameter.Builder> |
DocumentParameter.serializableBuilderClass() |
Copyright © 2022. All rights reserved.