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