Class CfnDataTableProps.Builder
java.lang.Object
software.amazon.awscdk.services.connect.CfnDataTableProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataTableProps>
- Enclosing interface:
CfnDataTableProps
@Stability(Stable)
public static final class CfnDataTableProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataTableProps>
A builder for
CfnDataTableProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnDataTableProps.getDescription()instanceArn(String instanceArn) Sets the value ofCfnDataTableProps.getInstanceArn()Sets the value ofCfnDataTableProps.getName()Sets the value ofCfnDataTableProps.getStatus()Sets the value ofCfnDataTableProps.getTags()Sets the value ofCfnDataTableProps.getTimeZone()valueLockLevel(String valueLockLevel) Sets the value ofCfnDataTableProps.getValueLockLevel()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofCfnDataTableProps.getDescription()- Parameters:
description- The description of the Data Table.- Returns:
this
-
instanceArn
Sets the value ofCfnDataTableProps.getInstanceArn()- Parameters:
instanceArn- The identifier of the Amazon Connect instance.- Returns:
this
-
name
Sets the value ofCfnDataTableProps.getName()- Parameters:
name- The name of the Data Table.- Returns:
this
-
status
Sets the value ofCfnDataTableProps.getStatus()- Parameters:
status- The status of the Data Table.- Returns:
this
-
tags
Sets the value ofCfnDataTableProps.getTags()- Parameters:
tags- One or more tags.- Returns:
this
-
timeZone
Sets the value ofCfnDataTableProps.getTimeZone()- Parameters:
timeZone- The time zone of the Data Table.- Returns:
this
-
valueLockLevel
Sets the value ofCfnDataTableProps.getValueLockLevel()- Parameters:
valueLockLevel- The value lock level of the Data Table.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataTableProps>- Returns:
- a new instance of
CfnDataTableProps - Throws:
NullPointerException- if any required attribute was not provided
-