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