Interface JobTemplateSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<JobTemplateSummary.Builder,JobTemplateSummary>,SdkBuilder<JobTemplateSummary.Builder,JobTemplateSummary>,SdkPojo
- Enclosing class:
- JobTemplateSummary
public static interface JobTemplateSummary.Builder extends SdkPojo, CopyableBuilder<JobTemplateSummary.Builder,JobTemplateSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobTemplateSummary.BuildercreatedAt(Instant createdAt)The time, in seconds since the epoch, when the job template was created.JobTemplateSummary.Builderdescription(String description)A description of the job template.JobTemplateSummary.BuilderjobTemplateArn(String jobTemplateArn)The ARN of the job template.JobTemplateSummary.BuilderjobTemplateId(String jobTemplateId)The unique identifier of the job 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
-
jobTemplateArn
JobTemplateSummary.Builder jobTemplateArn(String jobTemplateArn)
The ARN of the job template.
- Parameters:
jobTemplateArn- The ARN of the job template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobTemplateId
JobTemplateSummary.Builder jobTemplateId(String jobTemplateId)
The unique identifier of the job template.
- Parameters:
jobTemplateId- The unique identifier of the job template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
JobTemplateSummary.Builder description(String description)
A description of the job template.
- Parameters:
description- A description of the job template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
JobTemplateSummary.Builder createdAt(Instant createdAt)
The time, in seconds since the epoch, when the job template was created.
- Parameters:
createdAt- The time, in seconds since the epoch, when the job template was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-