Class CfnBackupMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.dynamodb.CfnBackupMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBackupMixinProps>
- Enclosing interface:
CfnBackupMixinProps
@Stability(Stable)
public static final class CfnBackupMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBackupMixinProps>
A builder for
CfnBackupMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbackupName(String backupName) Sets the value ofCfnBackupMixinProps.getBackupName()build()Builds the configured instance.Sets the value ofCfnBackupMixinProps.getTableName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
backupName
Sets the value ofCfnBackupMixinProps.getBackupName()- Parameters:
backupName- The name for the backup.- Returns:
this
-
tableName
Sets the value ofCfnBackupMixinProps.getTableName()- Parameters:
tableName- The name of the table to back up.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBackupMixinProps>- Returns:
- a new instance of
CfnBackupMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-