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 TypeMethodDescriptionThe template name.The status of the template.status
(TemplateStatus status) The status of the template.templateArn
(String templateArn) The Amazon Resource Name (ARN) of the template.templateId
(String templateId) The unique identifier for 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 template name.
- Parameters:
name
- The template name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the template.
- Parameters:
status
- The status of the template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the template.
- Parameters:
status
- The status of the template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
templateArn
The Amazon Resource Name (ARN) of the template.
- Parameters:
templateArn
- The Amazon Resource Name (ARN) of the template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateId
The unique identifier for the template.
- Parameters:
templateId
- The unique identifier for the template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-