Class CfnCasePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cases.CfnCasePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCasePropsMixin>
- Enclosing class:
CfnCasePropsMixin
@Stability(Stable)
public static final class CfnCasePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCasePropsMixin>
A fluent builder for
CfnCasePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnCasePropsMixin.Buildercreate()static CfnCasePropsMixin.Buildercreate(CfnPropertyMixinOptions options) customerId(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
- Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnCasePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnCasePropsMixin.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:
-
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:
-
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:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCasePropsMixin>- Returns:
- a newly built instance of
CfnCasePropsMixin.
-