public static interface DescribeManagedJobTemplateResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<DescribeManagedJobTemplateResponse.Builder,DescribeManagedJobTemplateResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeManagedJobTemplateResponse.Builder |
description(String description)
The unique description of a managed template.
|
DescribeManagedJobTemplateResponse.Builder |
document(String document)
The document schema for a managed job template.
|
DescribeManagedJobTemplateResponse.Builder |
documentParameters(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.
|
DescribeManagedJobTemplateResponse.Builder |
documentParameters(Consumer<DocumentParameter.Builder>... 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.
|
DescribeManagedJobTemplateResponse.Builder |
documentParameters(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.
|
DescribeManagedJobTemplateResponse.Builder |
environments(Collection<String> environments)
A list of environments that are supported with the managed job template.
|
DescribeManagedJobTemplateResponse.Builder |
environments(String... environments)
A list of environments that are supported with the managed job template.
|
DescribeManagedJobTemplateResponse.Builder |
templateArn(String templateArn)
The unique Amazon Resource Name (ARN) of the managed template.
|
DescribeManagedJobTemplateResponse.Builder |
templateName(String templateName)
The unique name of a managed template, such as
AWS-Reboot. |
DescribeManagedJobTemplateResponse.Builder |
templateVersion(String templateVersion)
The version for a managed template.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeManagedJobTemplateResponse.Builder templateName(String templateName)
The unique name of a managed template, such as AWS-Reboot.
templateName - The unique name of a managed template, such as AWS-Reboot.DescribeManagedJobTemplateResponse.Builder templateArn(String templateArn)
The unique Amazon Resource Name (ARN) of the managed template.
templateArn - The unique Amazon Resource Name (ARN) of the managed template.DescribeManagedJobTemplateResponse.Builder description(String description)
The unique description of a managed template.
description - The unique description of a managed template.DescribeManagedJobTemplateResponse.Builder templateVersion(String templateVersion)
The version for a managed template.
templateVersion - The version for a managed template.DescribeManagedJobTemplateResponse.Builder environments(Collection<String> environments)
A list of environments that are supported with the managed job template.
environments - A list of environments that are supported with the managed job template.DescribeManagedJobTemplateResponse.Builder environments(String... environments)
A list of environments that are supported with the managed job template.
environments - A list of environments that are supported with the managed job template.DescribeManagedJobTemplateResponse.Builder documentParameters(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.
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.DescribeManagedJobTemplateResponse.Builder documentParameters(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.
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.DescribeManagedJobTemplateResponse.Builder documentParameters(Consumer<DocumentParameter.Builder>... 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.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #documentParameters(List) .documentParameters - a consumer that will call methods on List.Builder #documentParameters(List) DescribeManagedJobTemplateResponse.Builder document(String document)
The document schema for a managed job template.
document - The document schema for a managed job template.Copyright © 2022. All rights reserved.