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 can only be used when creating jobs from Amazon Web Services managed
templates. This parameter can't be used with custom job templates or to create jobs from them.
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 can only be used when creating jobs from Amazon Web Services managed
templates. This parameter can't be used with custom job templates or to create jobs from them.
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 can only be used when creating jobs from Amazon Web Services managed
templates. This parameter can't be used with custom job templates or to create jobs from them.
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 can only be used when creating jobs from Amazon Web Services managed
templates. This parameter can't be used with custom job templates or to create jobs from them.
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.
documentParameters can only be used when creating jobs from Amazon Web Services managed
templates. This parameter can't be used with custom job templates or to create jobs from them.
DocumentParameter.Builder avoiding the need to create one
manually via DocumentParameter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #documentParameters(List.
documentParameters - a consumer that will call methods on
DocumentParameter.Builder#documentParameters(java.util.Collection) 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.