Interface TemplateVersionSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TemplateVersionSummary.Builder,
,TemplateVersionSummary> SdkBuilder<TemplateVersionSummary.Builder,
,TemplateVersionSummary> SdkPojo
- Enclosing class:
TemplateVersionSummary
public static interface TemplateVersionSummary.Builder
extends SdkPojo, CopyableBuilder<TemplateVersionSummary.Builder,TemplateVersionSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the template version.createdTime
(Instant createdTime) The time that this template version was created.description
(String description) The description of the template version.The status of the template version.status
(ResourceStatus status) The status of the template version.versionNumber
(Long versionNumber) The version number of the template version.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, sdkFields
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the template version.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the template version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionNumber
The version number of the template version.
- Parameters:
versionNumber
- The version number of the template version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTime
The time that this template version was created.
- Parameters:
createdTime
- The time that this template version was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the template version.
- Parameters:
status
- The status of the template version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the template version.
- Parameters:
status
- The status of the template version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
The description of the template version.
- Parameters:
description
- The description of the template version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-