Class CfnEventBridgeRuleTemplateGroupProps.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnEventBridgeRuleTemplateGroupProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEventBridgeRuleTemplateGroupProps>
- Enclosing interface:
CfnEventBridgeRuleTemplateGroupProps
@Stability(Stable)
public static final class CfnEventBridgeRuleTemplateGroupProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEventBridgeRuleTemplateGroupProps>
A builder for
CfnEventBridgeRuleTemplateGroupProps
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.description
(String description) Sets the value ofCfnEventBridgeRuleTemplateGroupProps.getDescription()
Sets the value ofCfnEventBridgeRuleTemplateGroupProps.getName()
Sets the value ofCfnEventBridgeRuleTemplateGroupProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnEventBridgeRuleTemplateGroupProps.getName()
- Parameters:
name
- A resource's name. This parameter is required. Names must be unique within the scope of a resource type in a specific region.- Returns:
this
-
description
@Stability(Stable) public CfnEventBridgeRuleTemplateGroupProps.Builder description(String description) Sets the value ofCfnEventBridgeRuleTemplateGroupProps.getDescription()
- Parameters:
description
- A resource's optional description.- Returns:
this
-
tags
@Stability(Stable) public CfnEventBridgeRuleTemplateGroupProps.Builder tags(Map<String, String> tags) Sets the value ofCfnEventBridgeRuleTemplateGroupProps.getTags()
- Parameters:
tags
- Represents the tags associated with a resource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnEventBridgeRuleTemplateGroupProps>
- Returns:
- a new instance of
CfnEventBridgeRuleTemplateGroupProps
- Throws:
NullPointerException
- if any required attribute was not provided
-