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