public static interface TemplateVersionSummary.Builder extends SdkPojo, CopyableBuilder<TemplateVersionSummary.Builder,TemplateVersionSummary>
| Modifier and Type | Method and Description |
|---|---|
TemplateVersionSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the template version.
|
TemplateVersionSummary.Builder |
createdTime(Instant createdTime)
The time that this template version was created.
|
TemplateVersionSummary.Builder |
description(String description)
The description of the template version.
|
TemplateVersionSummary.Builder |
status(ResourceStatus status)
The status of the template version.
|
TemplateVersionSummary.Builder |
status(String status)
The status of the template version.
|
TemplateVersionSummary.Builder |
versionNumber(Long versionNumber)
The version number of the template version.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTemplateVersionSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the template version.
arn - The Amazon Resource Name (ARN) of the template version.TemplateVersionSummary.Builder versionNumber(Long versionNumber)
The version number of the template version.
versionNumber - The version number of the template version.TemplateVersionSummary.Builder createdTime(Instant createdTime)
The time that this template version was created.
createdTime - The time that this template version was created.TemplateVersionSummary.Builder status(String status)
The status of the template version.
status - The status of the template version.ResourceStatus,
ResourceStatusTemplateVersionSummary.Builder status(ResourceStatus status)
The status of the template version.
status - The status of the template version.ResourceStatus,
ResourceStatusTemplateVersionSummary.Builder description(String description)
The description of the template version.
description - The description of the template version.Copyright © 2023. All rights reserved.