Interface ManagedJobTemplateSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ManagedJobTemplateSummary.Builder,ManagedJobTemplateSummary>,SdkBuilder<ManagedJobTemplateSummary.Builder,ManagedJobTemplateSummary>,SdkPojo
- Enclosing class:
- ManagedJobTemplateSummary
public static interface ManagedJobTemplateSummary.Builder extends SdkPojo, CopyableBuilder<ManagedJobTemplateSummary.Builder,ManagedJobTemplateSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedJobTemplateSummary.Builderdescription(String description)The description for a managed template.ManagedJobTemplateSummary.Builderenvironments(String... environments)A list of environments that are supported with the managed job template.ManagedJobTemplateSummary.Builderenvironments(Collection<String> environments)A list of environments that are supported with the managed job template.ManagedJobTemplateSummary.BuildertemplateArn(String templateArn)The Amazon Resource Name (ARN) for a managed template.ManagedJobTemplateSummary.BuildertemplateName(String templateName)The unique Name for a managed template.ManagedJobTemplateSummary.BuildertemplateVersion(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, sdkFields
-
-
-
-
Method Detail
-
templateArn
ManagedJobTemplateSummary.Builder templateArn(String 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
ManagedJobTemplateSummary.Builder templateName(String 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
ManagedJobTemplateSummary.Builder description(String 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
ManagedJobTemplateSummary.Builder environments(Collection<String> 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
ManagedJobTemplateSummary.Builder environments(String... 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
ManagedJobTemplateSummary.Builder templateVersion(String 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.
-
-