Interface TemplateSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TemplateSummary.Builder,
,TemplateSummary> SdkBuilder<TemplateSummary.Builder,
,TemplateSummary> SdkPojo
- Enclosing class:
TemplateSummary
@Mutable
@NotThreadSafe
public static interface TemplateSummary.Builder
extends SdkPojo, CopyableBuilder<TemplateSummary.Builder,TemplateSummary>
-
Method Summary
Modifier and TypeMethodDescriptionA summary of a template.createdTime
(Instant createdTime) The last time that this template was created.lastUpdatedTime
(Instant lastUpdatedTime) The last time that this template was updated.latestVersionNumber
(Long latestVersionNumber) A structure containing a list of version numbers for the template summary.A display name for the template.templateId
(String templateId) The ID 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
-
arn
A summary of a template.
- Parameters:
arn
- A summary of a template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateId
The ID of the template. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
- Parameters:
templateId
- The ID of the template. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
A display name for the template.
- Parameters:
name
- A display name for the template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestVersionNumber
A structure containing a list of version numbers for the template summary.
- Parameters:
latestVersionNumber
- A structure containing a list of version numbers for the template summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTime
The last time that this template was created.
- Parameters:
createdTime
- The last time that this template was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTime
The last time that this template was updated.
- Parameters:
lastUpdatedTime
- The last time that this template was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-