Uses of Class
software.amazon.awscdk.services.cases.CfnTemplate.Builder
Packages that use CfnTemplate.Builder
-
Uses of CfnTemplate.Builder in software.amazon.awscdk.services.cases
Methods in software.amazon.awscdk.services.cases that return CfnTemplate.BuilderModifier and TypeMethodDescriptionstatic CfnTemplate.BuilderCfnTemplate.Builder.description(String description) A brief description of the template.The unique identifier of the Cases domain.CfnTemplate.Builder.layoutConfiguration(IResolvable layoutConfiguration) Object to store configuration of layouts associated to the template.CfnTemplate.Builder.layoutConfiguration(CfnTemplate.LayoutConfigurationProperty layoutConfiguration) Object to store configuration of layouts associated to the template.The template name.CfnTemplate.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.CfnTemplate.Builder.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.CfnTemplate.Builder.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.