Class CfnTemplatePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cases.CfnTemplatePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin>
- Enclosing class:
CfnTemplatePropsMixin
@Stability(Stable)
public static final class CfnTemplatePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin>
A fluent builder for
CfnTemplatePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) A brief description of the template.The unique identifier of the Cases domain.layoutConfiguration(CfnTemplatePropsMixin.LayoutConfigurationProperty layoutConfiguration) Object to store configuration of layouts associated to the template.layoutConfiguration(IResolvable layoutConfiguration) Object to store configuration of layouts associated to the template.The template name.requiredFields(List<? extends Object> requiredFields) A list of fields that must contain a value for a case to be successfully created with this template.requiredFields(IResolvable requiredFields) A list of fields that must contain a value for a case to be successfully created with this template.A list of case rules (also known as case field conditions ) on a template.rules(IResolvable rules) A list of case rules (also known as case field conditions ) on a template.The status of the template.An array of key-value pairs to apply to this resource.
-
Method Details
-
create
@Stability(Stable) public static CfnTemplatePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnTemplatePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnTemplatePropsMixin.Builder.
-
description
A brief description of the template.- Parameters:
description- A brief description of the template. 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:
-
layoutConfiguration
@Stability(Stable) public CfnTemplatePropsMixin.Builder layoutConfiguration(IResolvable layoutConfiguration) Object to store configuration of layouts associated to the template.- Parameters:
layoutConfiguration- Object to store configuration of layouts associated to the template. This parameter is required.- Returns:
this- See Also:
-
layoutConfiguration
@Stability(Stable) public CfnTemplatePropsMixin.Builder layoutConfiguration(CfnTemplatePropsMixin.LayoutConfigurationProperty layoutConfiguration) Object to store configuration of layouts associated to the template.- Parameters:
layoutConfiguration- Object to store configuration of layouts associated to the template. This parameter is required.- Returns:
this- See Also:
-
name
The template name.- Parameters:
name- The template name. This parameter is required.- Returns:
this- See Also:
-
requiredFields
A list of fields that must contain a value for a case to be successfully created with this template.- Parameters:
requiredFields- A list of fields that must contain a value for a case to be successfully created with this template. This parameter is required.- Returns:
this- See Also:
-
requiredFields
@Stability(Stable) public CfnTemplatePropsMixin.Builder requiredFields(List<? extends Object> requiredFields) A list of fields that must contain a value for a case to be successfully created with this template.- Parameters:
requiredFields- A list of fields that must contain a value for a case to be successfully created with this template. This parameter is required.- Returns:
this- See Also:
-
rules
A list of case rules (also known as case field conditions ) on a template.- Parameters:
rules- A list of case rules (also known as case field conditions ) on a template. This parameter is required.- Returns:
this- See Also:
-
rules
A list of case rules (also known as case field conditions ) on a template.- Parameters:
rules- A list of case rules (also known as case field conditions ) on a template. This parameter is required.- Returns:
this- See Also:
-
status
The status of the template.- Parameters:
status- The status of the template. 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<CfnTemplatePropsMixin>- Returns:
- a newly built instance of
CfnTemplatePropsMixin.
-