public static interface TemplateSummary.Builder extends SdkPojo, CopyableBuilder<TemplateSummary.Builder,TemplateSummary>
| Modifier and Type | Method and Description |
|---|---|
TemplateSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the template.
|
TemplateSummary.Builder |
description(String description)
The description of the template.
|
TemplateSummary.Builder |
id(String id)
The ID of the template.
|
TemplateSummary.Builder |
name(String name)
The name of the template.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTemplateSummary.Builder id(String id)
The ID of the template.
id - The ID of the template.TemplateSummary.Builder name(String name)
The name of the template.
name - The name of the template.TemplateSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the template.
arn - The Amazon Resource Name (ARN) of the template.TemplateSummary.Builder description(String description)
The description of the template.
description - The description of the template.Copyright © 2023. All rights reserved.