Class CfnChannelPropsMixin.TableCreationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.msk.CfnChannelPropsMixin.TableCreationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelPropsMixin.TableCreationProperty>
- Enclosing interface:
CfnChannelPropsMixin.TableCreationProperty
@Stability(Stable)
public static final class CfnChannelPropsMixin.TableCreationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelPropsMixin.TableCreationProperty>
A builder for
CfnChannelPropsMixin.TableCreationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.enableTableCreation(Boolean enableTableCreation) Sets the value ofCfnChannelPropsMixin.TableCreationProperty.getEnableTableCreation()enableTableCreation(IResolvable enableTableCreation) Sets the value ofCfnChannelPropsMixin.TableCreationProperty.getEnableTableCreation()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
enableTableCreation
@Stability(Stable) public CfnChannelPropsMixin.TableCreationProperty.Builder enableTableCreation(Boolean enableTableCreation) Sets the value ofCfnChannelPropsMixin.TableCreationProperty.getEnableTableCreation()- Parameters:
enableTableCreation- Whether table creation is enabled.- Returns:
this
-
enableTableCreation
@Stability(Stable) public CfnChannelPropsMixin.TableCreationProperty.Builder enableTableCreation(IResolvable enableTableCreation) Sets the value ofCfnChannelPropsMixin.TableCreationProperty.getEnableTableCreation()- Parameters:
enableTableCreation- Whether table creation is enabled.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelPropsMixin.TableCreationProperty>- Returns:
- a new instance of
CfnChannelPropsMixin.TableCreationProperty - Throws:
NullPointerException- if any required attribute was not provided
-