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.Builderarn(String arn)The Amazon Resource Name (ARN) of the template.TemplateSummary.Builderdescription(String description)The description of the template.TemplateSummary.Builderid(String id)The ID of the template.TemplateSummary.Buildername(String name)The name 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, sdkFields
-
-
-
-
Method Detail
-
id
TemplateSummary.Builder id(String id)
The ID of the template.
- Parameters:
id- The ID of the template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
TemplateSummary.Builder name(String name)
The name of the template.
- Parameters:
name- The name of the template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
TemplateSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the template.
- Parameters:
arn- The Amazon Resource Name (ARN) of the template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
TemplateSummary.Builder description(String description)
The description of the template.
- Parameters:
description- The description of the template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-