Interface GetCloudWatchAlarmTemplateGroupResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetCloudWatchAlarmTemplateGroupResponse.Builder,GetCloudWatchAlarmTemplateGroupResponse>,MediaLiveResponse.Builder,SdkBuilder<GetCloudWatchAlarmTemplateGroupResponse.Builder,GetCloudWatchAlarmTemplateGroupResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetCloudWatchAlarmTemplateGroupResponse
public static interface GetCloudWatchAlarmTemplateGroupResponse.Builder extends MediaLiveResponse.Builder, SdkPojo, CopyableBuilder<GetCloudWatchAlarmTemplateGroupResponse.Builder,GetCloudWatchAlarmTemplateGroupResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetCloudWatchAlarmTemplateGroupResponse.Builderarn(String arn)A cloudwatch alarm template group's ARN (Amazon Resource Name)GetCloudWatchAlarmTemplateGroupResponse.BuildercreatedAt(Instant createdAt)Sets the value of the CreatedAt property for this object.GetCloudWatchAlarmTemplateGroupResponse.Builderdescription(String description)A resource's optional description.GetCloudWatchAlarmTemplateGroupResponse.Builderid(String id)A cloudwatch alarm template group's id.GetCloudWatchAlarmTemplateGroupResponse.BuildermodifiedAt(Instant modifiedAt)Sets the value of the ModifiedAt property for this object.GetCloudWatchAlarmTemplateGroupResponse.Buildername(String name)A resource's name.GetCloudWatchAlarmTemplateGroupResponse.Buildertags(Map<String,String> tags)Sets the value of the Tags property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.medialive.model.MediaLiveResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
GetCloudWatchAlarmTemplateGroupResponse.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
GetCloudWatchAlarmTemplateGroupResponse.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
GetCloudWatchAlarmTemplateGroupResponse.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
GetCloudWatchAlarmTemplateGroupResponse.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
GetCloudWatchAlarmTemplateGroupResponse.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
GetCloudWatchAlarmTemplateGroupResponse.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
GetCloudWatchAlarmTemplateGroupResponse.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.
-
-