Interface ManagedJobTemplateSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ManagedJobTemplateSummary.Builder,
,ManagedJobTemplateSummary> SdkBuilder<ManagedJobTemplateSummary.Builder,
,ManagedJobTemplateSummary> SdkPojo
- Enclosing class:
ManagedJobTemplateSummary
@Mutable
@NotThreadSafe
public static interface ManagedJobTemplateSummary.Builder
extends SdkPojo, CopyableBuilder<ManagedJobTemplateSummary.Builder,ManagedJobTemplateSummary>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The description for a managed template.environments
(String... environments) A list of environments that are supported with the managed job template.environments
(Collection<String> environments) A list of environments that are supported with the managed job template.templateArn
(String templateArn) The Amazon Resource Name (ARN) for a managed template.templateName
(String templateName) The unique Name for a managed template.templateVersion
(String templateVersion) The version for a managed template.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
templateArn
The Amazon Resource Name (ARN) for a managed template.
- Parameters:
templateArn
- The Amazon Resource Name (ARN) for a managed template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateName
The unique Name for a managed template.
- Parameters:
templateName
- The unique Name for a managed template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description for a managed template.
- Parameters:
description
- The description for a managed template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environments
A list of environments that are supported with the managed job template.
- Parameters:
environments
- A list of environments that are supported with the managed job template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environments
A list of environments that are supported with the managed job template.
- Parameters:
environments
- A list of environments that are supported with the managed job template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateVersion
The version for a managed template.
- Parameters:
templateVersion
- The version for a managed template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-