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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
templateIdThe 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.
 
- 
templateArnThe 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.
 
- 
nameThe template name. - Parameters:
- name- The template name.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe 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:
 
- 
statusThe 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:
 
 
-