Class CfnSignalMapProps.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnSignalMapProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSignalMapProps>
- Enclosing interface:
CfnSignalMapProps
@Stability(Stable)
public static final class CfnSignalMapProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSignalMapProps>
A builder for
CfnSignalMapProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.cloudWatchAlarmTemplateGroupIdentifiers(List<String> cloudWatchAlarmTemplateGroupIdentifiers) Sets the value ofCfnSignalMapProps.getCloudWatchAlarmTemplateGroupIdentifiers()description(String description) Sets the value ofCfnSignalMapProps.getDescription()discoveryEntryPointArn(String discoveryEntryPointArn) Sets the value ofCfnSignalMapProps.getDiscoveryEntryPointArn()eventBridgeRuleTemplateGroupIdentifiers(List<String> eventBridgeRuleTemplateGroupIdentifiers) Sets the value ofCfnSignalMapProps.getEventBridgeRuleTemplateGroupIdentifiers()forceRediscovery(Boolean forceRediscovery) Sets the value ofCfnSignalMapProps.getForceRediscovery()forceRediscovery(IResolvable forceRediscovery) Sets the value ofCfnSignalMapProps.getForceRediscovery()Sets the value ofCfnSignalMapProps.getName()Sets the value ofCfnSignalMapProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
discoveryEntryPointArn
@Stability(Stable) public CfnSignalMapProps.Builder discoveryEntryPointArn(String discoveryEntryPointArn) Sets the value ofCfnSignalMapProps.getDiscoveryEntryPointArn()- Parameters:
discoveryEntryPointArn- A top-level supported Amazon Web Services resource ARN to discover a signal map from. This parameter is required.- Returns:
this
-
name
Sets the value ofCfnSignalMapProps.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
-
cloudWatchAlarmTemplateGroupIdentifiers
@Stability(Stable) public CfnSignalMapProps.Builder cloudWatchAlarmTemplateGroupIdentifiers(List<String> cloudWatchAlarmTemplateGroupIdentifiers) Sets the value ofCfnSignalMapProps.getCloudWatchAlarmTemplateGroupIdentifiers()- Parameters:
cloudWatchAlarmTemplateGroupIdentifiers- A cloudwatch alarm template group's identifier. Can be either be its id or current name.- Returns:
this
-
description
Sets the value ofCfnSignalMapProps.getDescription()- Parameters:
description- A resource's optional description.- Returns:
this
-
eventBridgeRuleTemplateGroupIdentifiers
@Stability(Stable) public CfnSignalMapProps.Builder eventBridgeRuleTemplateGroupIdentifiers(List<String> eventBridgeRuleTemplateGroupIdentifiers) Sets the value ofCfnSignalMapProps.getEventBridgeRuleTemplateGroupIdentifiers()- Parameters:
eventBridgeRuleTemplateGroupIdentifiers- An eventbridge rule template group's identifier. Can be either be its id or current name.- Returns:
this
-
forceRediscovery
Sets the value ofCfnSignalMapProps.getForceRediscovery()- Parameters:
forceRediscovery- If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided.- Returns:
this
-
forceRediscovery
Sets the value ofCfnSignalMapProps.getForceRediscovery()- Parameters:
forceRediscovery- If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided.- Returns:
this
-
tags
Sets the value ofCfnSignalMapProps.getTags()- Parameters:
tags- Represents the tags associated with a resource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSignalMapProps>- Returns:
- a new instance of
CfnSignalMapProps - Throws:
NullPointerException- if any required attribute was not provided
-