Class CfnCase.Builder
java.lang.Object
software.amazon.awscdk.services.cases.CfnCase.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCase>
- Enclosing class:
CfnCase
@Stability(Stable)
public static final class CfnCase.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCase>
A fluent builder for
CfnCase.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnCase.BuildercustomerId(String customerId) The full customer profile ARN for the case.The unique identifier of the Cases domain.A list of tags for the case.templateId(String templateId) A unique identifier of a template.The title of the case.
-
Method Details
-
create
@Stability(Stable) public static CfnCase.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
CfnCase.Builder.
-
customerId
The full customer profile ARN for the case.- Parameters:
customerId- The full customer profile ARN for the case. This parameter is required.- Returns:
this- See Also:
-
domainId
The unique identifier of the Cases domain.- Parameters:
domainId- The unique identifier of the Cases domain. This parameter is required.- Returns:
this- See Also:
-
templateId
A unique identifier of a template.- Parameters:
templateId- A unique identifier of a template. This parameter is required.- Returns:
this- See Also:
-
title
The title of the case.- Parameters:
title- The title of the case. This parameter is required.- Returns:
this- See Also:
-
tags
A list of tags for the case.- Parameters:
tags- A list of tags for the case. This parameter is required.- Returns:
this- See Also:
-
build
-