Class CfnCaseRulePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cases.CfnCaseRulePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCaseRulePropsMixin>
- Enclosing class:
CfnCaseRulePropsMixin
@Stability(Stable)
public static final class CfnCaseRulePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCaseRulePropsMixin>
A fluent builder for
CfnCaseRulePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) Description of a case rule.Unique identifier of a Cases domain.Name of the case rule.Represents what rule type should take place, under what conditions.rule(IResolvable rule) Represents what rule type should take place, under what conditions.An array of key-value pairs to apply to this resource.
-
Method Details
-
create
@Stability(Stable) public static CfnCaseRulePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnCaseRulePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnCaseRulePropsMixin.Builder.
-
description
Description of a case rule.- Parameters:
description- Description of a case rule. This parameter is required.- Returns:
this- See Also:
-
domainId
Unique identifier of a Cases domain.- Parameters:
domainId- Unique identifier of a Cases domain. This parameter is required.- Returns:
this- See Also:
-
name
Name of the case rule.- Parameters:
name- Name of the case rule. This parameter is required.- Returns:
this- See Also:
-
rule
Represents what rule type should take place, under what conditions.- Parameters:
rule- Represents what rule type should take place, under what conditions. This parameter is required.- Returns:
this- See Also:
-
rule
@Stability(Stable) public CfnCaseRulePropsMixin.Builder rule(CfnCaseRulePropsMixin.CaseRuleDetailsProperty rule) Represents what rule type should take place, under what conditions.- Parameters:
rule- Represents what rule type should take place, under what conditions. This parameter is required.- Returns:
this- See Also:
-
tags
An array of key-value pairs to apply to this resource.- Parameters:
tags- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCaseRulePropsMixin>- Returns:
- a newly built instance of
CfnCaseRulePropsMixin.
-