Class CfnDataTableRecordMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnDataTableRecordMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataTableRecordMixinProps>
- Enclosing interface:
CfnDataTableRecordMixinProps
@Stability(Stable)
public static final class CfnDataTableRecordMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataTableRecordMixinProps>
A builder for
CfnDataTableRecordMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.dataTableArn(String dataTableArn) Sets the value ofCfnDataTableRecordMixinProps.getDataTableArn()dataTableRecord(CfnDataTableRecordPropsMixin.DataTableRecordProperty dataTableRecord) Sets the value ofCfnDataTableRecordMixinProps.getDataTableRecord()dataTableRecord(IResolvable dataTableRecord) Sets the value ofCfnDataTableRecordMixinProps.getDataTableRecord()instanceArn(String instanceArn) Sets the value ofCfnDataTableRecordMixinProps.getInstanceArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dataTableArn
Sets the value ofCfnDataTableRecordMixinProps.getDataTableArn()- Parameters:
dataTableArn- The Amazon Resource Name (ARN) for the data table. Does not include version aliases.- Returns:
this
-
dataTableRecord
@Stability(Stable) public CfnDataTableRecordMixinProps.Builder dataTableRecord(IResolvable dataTableRecord) Sets the value ofCfnDataTableRecordMixinProps.getDataTableRecord()- Parameters:
dataTableRecord- the value to be set.- Returns:
this
-
dataTableRecord
@Stability(Stable) public CfnDataTableRecordMixinProps.Builder dataTableRecord(CfnDataTableRecordPropsMixin.DataTableRecordProperty dataTableRecord) Sets the value ofCfnDataTableRecordMixinProps.getDataTableRecord()- Parameters:
dataTableRecord- the value to be set.- Returns:
this
-
instanceArn
Sets the value ofCfnDataTableRecordMixinProps.getInstanceArn()- Parameters:
instanceArn- The Amazon Resource Name (ARN) of the instance.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataTableRecordMixinProps>- Returns:
- a new instance of
CfnDataTableRecordMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-