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