Interface TemplateMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TemplateMetadata.Builder,
,TemplateMetadata> SdkBuilder<TemplateMetadata.Builder,
,TemplateMetadata> SdkPojo
- Enclosing class:
TemplateMetadata
@Mutable
@NotThreadSafe
public static interface TemplateMetadata.Builder
extends SdkPojo, CopyableBuilder<TemplateMetadata.Builder,TemplateMetadata>
-
Method Summary
Modifier and TypeMethodDescriptioncreatedTimestamp
(Instant createdTimestamp) The time and date the template was created.The name of the template.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the template.
- Parameters:
name
- The name of the template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTimestamp
The time and date the template was created.
- Parameters:
createdTimestamp
- The time and date the template was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-