Class CfnFieldPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cases.CfnFieldPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFieldPropsMixin>
- Enclosing class:
CfnFieldPropsMixin
@Stability(Stable)
public static final class CfnFieldPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFieldPropsMixin>
A fluent builder for
CfnFieldPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionattributes(CfnFieldPropsMixin.FieldAttributesProperty attributes) Union of field attributes.attributes(IResolvable attributes) Union of field attributes.build()static CfnFieldPropsMixin.Buildercreate()static CfnFieldPropsMixin.Buildercreate(CfnPropertyMixinOptions options) description(String description) Description of the field.The unique identifier of the Cases domain.Name of the field.An array of key-value pairs to apply to this resource.Type of the field.
-
Method Details
-
create
- Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnFieldPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnFieldPropsMixin.Builder.
-
attributes
Union of field attributes.- Parameters:
attributes- Union of field attributes. This parameter is required.- Returns:
this- See Also:
-
attributes
@Stability(Stable) public CfnFieldPropsMixin.Builder attributes(CfnFieldPropsMixin.FieldAttributesProperty attributes) Union of field attributes.- Parameters:
attributes- Union of field attributes. This parameter is required.- Returns:
this- See Also:
-
description
Description of the field.- Parameters:
description- Description of the field. 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:
-
name
Name of the field.- Parameters:
name- Name of the field. 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:
-
type
Type of the field.- Parameters:
type- Type of the field. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFieldPropsMixin>- Returns:
- a newly built instance of
CfnFieldPropsMixin.
-