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