Interface CloudWatchAlarmTemplateGroupSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CloudWatchAlarmTemplateGroupSummary.Builder,CloudWatchAlarmTemplateGroupSummary>,SdkBuilder<CloudWatchAlarmTemplateGroupSummary.Builder,CloudWatchAlarmTemplateGroupSummary>,SdkPojo
- Enclosing class:
- CloudWatchAlarmTemplateGroupSummary
public static interface CloudWatchAlarmTemplateGroupSummary.Builder extends SdkPojo, CopyableBuilder<CloudWatchAlarmTemplateGroupSummary.Builder,CloudWatchAlarmTemplateGroupSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CloudWatchAlarmTemplateGroupSummary.Builderarn(String arn)A cloudwatch alarm template group's ARN (Amazon Resource Name)CloudWatchAlarmTemplateGroupSummary.BuildercreatedAt(Instant createdAt)Sets the value of the CreatedAt property for this object.CloudWatchAlarmTemplateGroupSummary.Builderdescription(String description)A resource's optional description.CloudWatchAlarmTemplateGroupSummary.Builderid(String id)A cloudwatch alarm template group's id.CloudWatchAlarmTemplateGroupSummary.BuildermodifiedAt(Instant modifiedAt)Sets the value of the ModifiedAt property for this object.CloudWatchAlarmTemplateGroupSummary.Buildername(String name)A resource's name.CloudWatchAlarmTemplateGroupSummary.Buildertags(Map<String,String> tags)Sets the value of the Tags property for this object.CloudWatchAlarmTemplateGroupSummary.BuildertemplateCount(Integer templateCount)The number of templates in a group.-
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 Detail
-
arn
CloudWatchAlarmTemplateGroupSummary.Builder arn(String arn)
A cloudwatch alarm template group's ARN (Amazon Resource Name)- Parameters:
arn- A cloudwatch alarm template group's ARN (Amazon Resource Name)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
CloudWatchAlarmTemplateGroupSummary.Builder createdAt(Instant createdAt)
Sets the value of the CreatedAt property for this object.- Parameters:
createdAt- The new value for the CreatedAt property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CloudWatchAlarmTemplateGroupSummary.Builder description(String description)
A resource's optional description.- Parameters:
description- A resource's optional description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
CloudWatchAlarmTemplateGroupSummary.Builder id(String id)
A cloudwatch alarm template group's id. AWS provided template groups have ids that start with `aws-`- Parameters:
id- A cloudwatch alarm template group's id. AWS provided template groups have ids that start with `aws-`- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modifiedAt
CloudWatchAlarmTemplateGroupSummary.Builder modifiedAt(Instant modifiedAt)
Sets the value of the ModifiedAt property for this object.- Parameters:
modifiedAt- The new value for the ModifiedAt property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CloudWatchAlarmTemplateGroupSummary.Builder name(String name)
A resource's name. Names must be unique within the scope of a resource type in a specific region.- Parameters:
name- A resource's name. Names must be unique within the scope of a resource type in a specific region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CloudWatchAlarmTemplateGroupSummary.Builder tags(Map<String,String> tags)
Sets the value of the Tags property for this object.- Parameters:
tags- The new value for the Tags property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateCount
CloudWatchAlarmTemplateGroupSummary.Builder templateCount(Integer templateCount)
The number of templates in a group.- Parameters:
templateCount- The number of templates in a group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-