public static interface TemplateMetadata.Builder extends SdkPojo, 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.
|
copy
applyMutation, build
TemplateMetadata.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.