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