Class CfnDataTableAttribute.EnumProperty.Builder
java.lang.Object
software.amazon.awscdk.services.connect.CfnDataTableAttribute.EnumProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataTableAttribute.EnumProperty>
- Enclosing interface:
CfnDataTableAttribute.EnumProperty
@Stability(Stable)
public static final class CfnDataTableAttribute.EnumProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataTableAttribute.EnumProperty>
A builder for
CfnDataTableAttribute.EnumProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDataTableAttribute.EnumProperty.getStrict()strict(IResolvable strict) Sets the value ofCfnDataTableAttribute.EnumProperty.getStrict()Sets the value ofCfnDataTableAttribute.EnumProperty.getValues()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
strict
Sets the value ofCfnDataTableAttribute.EnumProperty.getStrict()- Parameters:
strict- the value to be set.- Returns:
this
-
strict
Sets the value ofCfnDataTableAttribute.EnumProperty.getStrict()- Parameters:
strict- the value to be set.- Returns:
this
-
values
Sets the value ofCfnDataTableAttribute.EnumProperty.getValues()- Parameters:
values- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataTableAttribute.EnumProperty>- Returns:
- a new instance of
CfnDataTableAttribute.EnumProperty - Throws:
NullPointerException- if any required attribute was not provided
-