Class CfnSignalMapPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnSignalMapPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSignalMapPropsMixin>
- Enclosing class:
CfnSignalMapPropsMixin
@Stability(Stable)
public static final class CfnSignalMapPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSignalMapPropsMixin>
A fluent builder for
CfnSignalMapPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()cloudWatchAlarmTemplateGroupIdentifiers(List<String> cloudWatchAlarmTemplateGroupIdentifiers) A cloudwatch alarm template group's identifier.create()create(CfnPropertyMixinOptions options) description(String description) A resource's optional description.discoveryEntryPointArn(String discoveryEntryPointArn) A top-level supported Amazon Web Services resource ARN to discover a signal map from.eventBridgeRuleTemplateGroupIdentifiers(List<String> eventBridgeRuleTemplateGroupIdentifiers) An eventbridge rule template group's identifier.forceRediscovery(Boolean forceRediscovery) If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided.forceRediscovery(IResolvable forceRediscovery) If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided.A resource's name.Represents the tags associated with a resource.
-
Method Details
-
create
@Stability(Stable) public static CfnSignalMapPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnSignalMapPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnSignalMapPropsMixin.Builder.
-
cloudWatchAlarmTemplateGroupIdentifiers
@Stability(Stable) public CfnSignalMapPropsMixin.Builder cloudWatchAlarmTemplateGroupIdentifiers(List<String> cloudWatchAlarmTemplateGroupIdentifiers) A cloudwatch alarm template group's identifier.Can be either be its id or current name.
- Parameters:
cloudWatchAlarmTemplateGroupIdentifiers- A cloudwatch alarm template group's identifier. 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:
-
discoveryEntryPointArn
@Stability(Stable) public CfnSignalMapPropsMixin.Builder discoveryEntryPointArn(String discoveryEntryPointArn) A top-level supported Amazon Web Services resource ARN to discover a signal map from.- Parameters:
discoveryEntryPointArn- A top-level supported Amazon Web Services resource ARN to discover a signal map from. This parameter is required.- Returns:
this- See Also:
-
eventBridgeRuleTemplateGroupIdentifiers
@Stability(Stable) public CfnSignalMapPropsMixin.Builder eventBridgeRuleTemplateGroupIdentifiers(List<String> eventBridgeRuleTemplateGroupIdentifiers) An eventbridge rule template group's identifier.Can be either be its id or current name.
- Parameters:
eventBridgeRuleTemplateGroupIdentifiers- An eventbridge rule template group's identifier. This parameter is required.- Returns:
this- See Also:
-
forceRediscovery
If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided.Default: - false
- Parameters:
forceRediscovery- If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided. This parameter is required.- Returns:
this- See Also:
-
forceRediscovery
@Stability(Stable) public CfnSignalMapPropsMixin.Builder forceRediscovery(IResolvable forceRediscovery) If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided.Default: - false
- Parameters:
forceRediscovery- If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided. This parameter is required.- Returns:
this- See Also:
-
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:
-
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:
buildin interfacesoftware.amazon.jsii.Builder<CfnSignalMapPropsMixin>- Returns:
- a newly built instance of
CfnSignalMapPropsMixin.
-