public static interface TemplateSummary.Builder extends SdkPojo, CopyableBuilder<TemplateSummary.Builder,TemplateSummary>
| Modifier and Type | Method and Description |
|---|---|
TemplateSummary.Builder |
name(String name)
The template name.
|
TemplateSummary.Builder |
status(String status)
The status of the template.
|
TemplateSummary.Builder |
status(TemplateStatus status)
The status of the template.
|
TemplateSummary.Builder |
templateArn(String templateArn)
The Amazon Resource Name (ARN) of the template.
|
TemplateSummary.Builder |
templateId(String templateId)
The unique identifier for the template.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTemplateSummary.Builder name(String name)
The template name.
name - The template name.TemplateSummary.Builder status(String status)
The status of the template.
status - The status of the template.TemplateStatus,
TemplateStatusTemplateSummary.Builder status(TemplateStatus status)
The status of the template.
status - The status of the template.TemplateStatus,
TemplateStatusTemplateSummary.Builder templateArn(String templateArn)
The Amazon Resource Name (ARN) of the template.
templateArn - The Amazon Resource Name (ARN) of the template.TemplateSummary.Builder templateId(String templateId)
The unique identifier for the template.
templateId - The unique identifier for the template.Copyright © 2023. All rights reserved.