public static interface ManagedJobTemplateSummary.Builder extends SdkPojo, CopyableBuilder<ManagedJobTemplateSummary.Builder,ManagedJobTemplateSummary>
| Modifier and Type | Method and Description |
|---|---|
ManagedJobTemplateSummary.Builder |
description(String description)
The description for a managed template.
|
ManagedJobTemplateSummary.Builder |
environments(Collection<String> environments)
A list of environments that are supported with the managed job template.
|
ManagedJobTemplateSummary.Builder |
environments(String... environments)
A list of environments that are supported with the managed job template.
|
ManagedJobTemplateSummary.Builder |
templateArn(String templateArn)
The Amazon Resource Name (ARN) for a managed template.
|
ManagedJobTemplateSummary.Builder |
templateName(String templateName)
The unique Name for a managed template.
|
ManagedJobTemplateSummary.Builder |
templateVersion(String templateVersion)
The version for a managed template.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildManagedJobTemplateSummary.Builder templateArn(String templateArn)
The Amazon Resource Name (ARN) for a managed template.
templateArn - The Amazon Resource Name (ARN) for a managed template.ManagedJobTemplateSummary.Builder templateName(String templateName)
The unique Name for a managed template.
templateName - The unique Name for a managed template.ManagedJobTemplateSummary.Builder description(String description)
The description for a managed template.
description - The description for a managed template.ManagedJobTemplateSummary.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.ManagedJobTemplateSummary.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.ManagedJobTemplateSummary.Builder templateVersion(String templateVersion)
The version for a managed template.
templateVersion - The version for a managed template.Copyright © 2022. All rights reserved.