public static interface TemplateMetadata.Builder extends CopyableBuilder<TemplateMetadata.Builder,TemplateMetadata>
| Modifier and Type | Method and Description |
|---|---|
TemplateMetadata.Builder |
createdTimestamp(Instant createdTimestamp)
The time and date the template was created.
|
TemplateMetadata.Builder |
name(String name)
The name of the template.
|
copyapply, buildTemplateMetadata.Builder name(String name)
The name of the template.
name - The name of the template.TemplateMetadata.Builder createdTimestamp(Instant createdTimestamp)
The time and date the template was created.
createdTimestamp - The time and date the template was created.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.