Interface TemplateSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TemplateSummary.Builder,TemplateSummary>,SdkBuilder<TemplateSummary.Builder,TemplateSummary>,SdkPojo
- Enclosing class:
- TemplateSummary
public static interface TemplateSummary.Builder extends SdkPojo, CopyableBuilder<TemplateSummary.Builder,TemplateSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TemplateSummary.Buildername(String name)The template name.TemplateSummary.Builderstatus(String status)The status of the template.TemplateSummary.Builderstatus(TemplateStatus status)The status of the template.TemplateSummary.BuildertemplateArn(String templateArn)The Amazon Resource Name (ARN) of the template.TemplateSummary.BuildertemplateId(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, sdkFields
-
-
-
-
Method Detail
-
name
TemplateSummary.Builder name(String 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
TemplateSummary.Builder status(String 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:
TemplateStatus,TemplateStatus
-
status
TemplateSummary.Builder status(TemplateStatus 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:
TemplateStatus,TemplateStatus
-
templateArn
TemplateSummary.Builder templateArn(String 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
TemplateSummary.Builder templateId(String 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.
-
-