| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentParameter |
DocumentParameter.clone() |
DocumentParameter |
DocumentParameter.withDescription(String description)
Description of the map field containing the patterns that need to be replaced in a managed template job document
schema.
|
DocumentParameter |
DocumentParameter.withExample(String example)
An example illustrating a pattern that need to be replaced in a managed template job document schema.
|
DocumentParameter |
DocumentParameter.withKey(String key)
Key of the map field containing the patterns that need to be replaced in a managed template job document schema.
|
DocumentParameter |
DocumentParameter.withOptional(Boolean optional)
Specifies whether a pattern that needs to be replaced in a managed template job document schema is optional or
required.
|
DocumentParameter |
DocumentParameter.withRegex(String regex)
A regular expression of the patterns that need to be replaced in a managed template job document schema.
|
| Modifier and Type | Method and Description |
|---|---|
List<DocumentParameter> |
DescribeManagedJobTemplateResult.getDocumentParameters()
A map of key-value pairs that you can use as guidance to specify the inputs for creating a job from a managed
template.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeManagedJobTemplateResult |
DescribeManagedJobTemplateResult.withDocumentParameters(DocumentParameter... documentParameters)
A map of key-value pairs that you can use as guidance to specify the inputs for creating a job from a managed
template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeManagedJobTemplateResult.setDocumentParameters(Collection<DocumentParameter> documentParameters)
A map of key-value pairs that you can use as guidance to specify the inputs for creating a job from a managed
template.
|
DescribeManagedJobTemplateResult |
DescribeManagedJobTemplateResult.withDocumentParameters(Collection<DocumentParameter> documentParameters)
A map of key-value pairs that you can use as guidance to specify the inputs for creating a job from a managed
template.
|
Copyright © 2025. All rights reserved.