Class CfnCaseRule.Builder
java.lang.Object
software.amazon.awscdk.services.cases.CfnCaseRule.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCaseRule>
- Enclosing class:
CfnCaseRule
@Stability(Stable)
public static final class CfnCaseRule.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCaseRule>
A fluent builder for
CfnCaseRule.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnCaseRule.Builderdescription(String description) Description of a case rule.Unique identifier of a Cases domain.Name of the case rule.rule(IResolvable rule) Represents what rule type should take place, under what conditions.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 CfnCaseRule.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnCaseRule.Builder.
-
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
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:
-
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:
-
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<CfnCaseRule>- Returns:
- a newly built instance of
CfnCaseRule.
-