Class CfnDataTable.Builder
java.lang.Object
software.amazon.awscdk.services.connect.CfnDataTable.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataTable>
- Enclosing class:
CfnDataTable
@Stability(Stable)
public static final class CfnDataTable.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataTable>
A fluent builder for
CfnDataTable.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnDataTable.Builderdescription(String description) The description of the Data Table.instanceArn(String instanceArn) The identifier of the Amazon Connect instance.The name of the Data Table.The status of the Data Table.One or more tags.The time zone of the Data Table.valueLockLevel(String valueLockLevel) The value lock level of the Data Table.
-
Method Details
-
create
@Stability(Stable) public static CfnDataTable.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
CfnDataTable.Builder.
-
description
The description of the Data Table.- Parameters:
description- The description of the Data Table. This parameter is required.- Returns:
this- See Also:
-
instanceArn
The identifier of the Amazon Connect instance.- Parameters:
instanceArn- The identifier of the Amazon Connect instance. This parameter is required.- Returns:
this- See Also:
-
name
The name of the Data Table.- Parameters:
name- The name of the Data Table. This parameter is required.- Returns:
this- See Also:
-
status
The status of the Data Table.- Parameters:
status- The status of the Data Table. This parameter is required.- Returns:
this- See Also:
-
tags
One or more tags.- Parameters:
tags- One or more tags. This parameter is required.- Returns:
this- See Also:
-
timeZone
The time zone of the Data Table.- Parameters:
timeZone- The time zone of the Data Table. This parameter is required.- Returns:
this- See Also:
-
valueLockLevel
The value lock level of the Data Table.- Parameters:
valueLockLevel- The value lock level of the Data Table. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataTable>- Returns:
- a newly built instance of
CfnDataTable.
-