public static interface JobTemplateSummary.Builder extends SdkPojo, CopyableBuilder<JobTemplateSummary.Builder,JobTemplateSummary>
| Modifier and Type | Method and Description |
|---|---|
JobTemplateSummary.Builder |
createdAt(Instant createdAt)
The time, in seconds since the epoch, when the job template was created.
|
JobTemplateSummary.Builder |
description(String description)
A description of the job template.
|
JobTemplateSummary.Builder |
jobTemplateArn(String jobTemplateArn)
The ARN of the job template.
|
JobTemplateSummary.Builder |
jobTemplateId(String jobTemplateId)
The unique identifier of the job template.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJobTemplateSummary.Builder jobTemplateArn(String jobTemplateArn)
The ARN of the job template.
jobTemplateArn - The ARN of the job template.JobTemplateSummary.Builder jobTemplateId(String jobTemplateId)
The unique identifier of the job template.
jobTemplateId - The unique identifier of the job template.JobTemplateSummary.Builder description(String description)
A description of the job template.
description - A description of the job template.JobTemplateSummary.Builder createdAt(Instant createdAt)
The time, in seconds since the epoch, when the job template was created.
createdAt - The time, in seconds since the epoch, when the job template was created.Copyright © 2023. All rights reserved.