public static interface TemplateSummary.Builder extends SdkPojo, CopyableBuilder<TemplateSummary.Builder,TemplateSummary>
| Modifier and Type | Method and Description |
|---|---|
TemplateSummary.Builder |
arn(String arn)
A summary of a template.
|
TemplateSummary.Builder |
createdTime(Instant createdTime)
The last time that this template was created.
|
TemplateSummary.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
The last time that this template was updated.
|
TemplateSummary.Builder |
latestVersionNumber(Long latestVersionNumber)
A structure containing a list of version numbers for the template summary.
|
TemplateSummary.Builder |
name(String name)
A display name for the template.
|
TemplateSummary.Builder |
templateId(String templateId)
The ID of the template.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTemplateSummary.Builder arn(String arn)
A summary of a template.
arn - A summary of a template.TemplateSummary.Builder templateId(String templateId)
The ID of the template. This ID is unique per AWS Region for each AWS account.
templateId - The ID of the template. This ID is unique per AWS Region for each AWS account.TemplateSummary.Builder name(String name)
A display name for the template.
name - A display name for the template.TemplateSummary.Builder latestVersionNumber(Long latestVersionNumber)
A structure containing a list of version numbers for the template summary.
latestVersionNumber - A structure containing a list of version numbers for the template summary.TemplateSummary.Builder createdTime(Instant createdTime)
The last time that this template was created.
createdTime - The last time that this template was created.TemplateSummary.Builder lastUpdatedTime(Instant lastUpdatedTime)
The last time that this template was updated.
lastUpdatedTime - The last time that this template was updated.Copyright © 2020. All rights reserved.