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