Class CfnField.Builder
java.lang.Object
software.amazon.awscdk.services.cases.CfnField.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnField>
- Enclosing class:
CfnField
@Stability(Stable)
public static final class CfnField.Builder
extends Object
implements software.amazon.jsii.Builder<CfnField>
A fluent builder for
CfnField.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnField.Builderdescription(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
@Stability(Stable) public static CfnField.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnField.Builder.
-
name
Name of the field.- Parameters:
name- Name of the field. 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:
-
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:
-
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
-