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 |
createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the template was created.
|
TemplateSummary.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The time, in milliseconds since the epoch, when the template was last updated.
|
TemplateSummary.Builder |
name(String name)
The name of the template.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTemplateSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the template.
arn - The Amazon Resource Name (ARN) of the template.TemplateSummary.Builder createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the template was created.
createdAt - The time, in milliseconds since the epoch, when the template was created.TemplateSummary.Builder lastUpdatedAt(Instant lastUpdatedAt)
The time, in milliseconds since the epoch, when the template was last updated.
lastUpdatedAt - The time, in milliseconds since the epoch, when the template was last updated.TemplateSummary.Builder name(String name)
The name of the template.
name - The name of the template.Copyright © 2020. All rights reserved.