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.BuildercreatedAt(Instant createdAt)The time, in milliseconds since the epoch, when the template was created.TemplateSummary.BuilderlastUpdatedAt(Instant lastUpdatedAt)The time, in milliseconds since the epoch, when the template was last updated.TemplateSummary.Buildername(String name)The name of the template.TemplateSummary.Builderversion(String version)The version of the template that you're using.-
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
-
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.
-
createdAt
TemplateSummary.Builder createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the template was created.
- Parameters:
createdAt- The time, in milliseconds since the epoch, when the template was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
TemplateSummary.Builder lastUpdatedAt(Instant lastUpdatedAt)
The time, in milliseconds since the epoch, when the template was last updated.
- Parameters:
lastUpdatedAt- The time, in milliseconds since the epoch, when the template was last updated.- 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.
-
version
TemplateSummary.Builder version(String version)
The version of the template that you're using.
- Parameters:
version- The version of the template that you're using.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-