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