Class DataTableAttributeReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.connect.DataTableAttributeReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataTableAttributeReference>
- Enclosing interface:
DataTableAttributeReference
@Stability(Stable)
public static final class DataTableAttributeReference.Builder
extends Object
implements software.amazon.jsii.Builder<DataTableAttributeReference>
A builder for
DataTableAttributeReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattributeId(String attributeId) Sets the value ofDataTableAttributeReference.getAttributeId()build()Builds the configured instance.dataTableArn(String dataTableArn) Sets the value ofDataTableAttributeReference.getDataTableArn()instanceArn(String instanceArn) Sets the value ofDataTableAttributeReference.getInstanceArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
attributeId
Sets the value ofDataTableAttributeReference.getAttributeId()- Parameters:
attributeId- The AttributeId of the DataTableAttribute resource. This parameter is required.- Returns:
this
-
dataTableArn
Sets the value ofDataTableAttributeReference.getDataTableArn()- Parameters:
dataTableArn- The DataTableArn of the DataTableAttribute resource. This parameter is required.- Returns:
this
-
instanceArn
Sets the value ofDataTableAttributeReference.getInstanceArn()- Parameters:
instanceArn- The InstanceArn of the DataTableAttribute resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataTableAttributeReference>- Returns:
- a new instance of
DataTableAttributeReference - Throws:
NullPointerException- if any required attribute was not provided
-