Class CfnDataTableRecord.ValueProperty.Builder
java.lang.Object
software.amazon.awscdk.services.connect.CfnDataTableRecord.ValueProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataTableRecord.ValueProperty>
- Enclosing interface:
CfnDataTableRecord.ValueProperty
@Stability(Stable)
public static final class CfnDataTableRecord.ValueProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataTableRecord.ValueProperty>
A builder for
CfnDataTableRecord.ValueProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattributeId(String attributeId) Sets the value ofCfnDataTableRecord.ValueProperty.getAttributeId()attributeValue(String attributeValue) Sets the value ofCfnDataTableRecord.ValueProperty.getAttributeValue()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
attributeId
Sets the value ofCfnDataTableRecord.ValueProperty.getAttributeId()- Parameters:
attributeId- the value to be set.- Returns:
this
-
attributeValue
@Stability(Stable) public CfnDataTableRecord.ValueProperty.Builder attributeValue(String attributeValue) Sets the value ofCfnDataTableRecord.ValueProperty.getAttributeValue()- Parameters:
attributeValue- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataTableRecord.ValueProperty>- Returns:
- a new instance of
CfnDataTableRecord.ValueProperty - Throws:
NullPointerException- if any required attribute was not provided
-