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