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