Class CfnCloudWatchAlarmTemplateGroup.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnCloudWatchAlarmTemplateGroup.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCloudWatchAlarmTemplateGroup>
- Enclosing class:
CfnCloudWatchAlarmTemplateGroup
@Stability(Stable)
public static final class CfnCloudWatchAlarmTemplateGroup.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCloudWatchAlarmTemplateGroup>
A fluent builder for
CfnCloudWatchAlarmTemplateGroup
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
description
(String description) A resource's optional description.A resource's name.Represents the tags associated with a resource.
-
Method Details
-
create
@Stability(Stable) public static CfnCloudWatchAlarmTemplateGroup.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnCloudWatchAlarmTemplateGroup.Builder
.
-
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. This parameter is required.- Returns:
this
- See Also:
-
description
A resource's optional description.- Parameters:
description
- A resource's optional description. This parameter is required.- Returns:
this
- See Also:
-
tags
Represents the tags associated with a resource.- Parameters:
tags
- Represents the tags associated with a resource. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnCloudWatchAlarmTemplateGroup>
- Returns:
- a newly built instance of
CfnCloudWatchAlarmTemplateGroup
.
-