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
Modifier and TypeMethodDescriptionThe time, in seconds since the epoch, when the job template was created.description
(String description) A description of the job template.jobTemplateArn
(String jobTemplateArn) The ARN of the job template.jobTemplateId
(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 Details
-
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
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
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
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.
-