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