Class CfnBackupPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.dynamodb.CfnBackupPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBackupPropsMixin>
- Enclosing class:
CfnBackupPropsMixin
@Stability(Stable)
public static final class CfnBackupPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBackupPropsMixin>
A fluent builder for
CfnBackupPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbackupName(String backupName) The name for the backup.build()static CfnBackupPropsMixin.Buildercreate()static CfnBackupPropsMixin.Buildercreate(CfnPropertyMixinOptions options) The name of the table to back up.
-
Method Details
-
create
@Stability(Stable) public static CfnBackupPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnBackupPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnBackupPropsMixin.Builder.
-
backupName
The name for the backup.- Parameters:
backupName- The name for the backup. This parameter is required.- Returns:
this- See Also:
-
tableName
The name of the table to back up.- Parameters:
tableName- The name of the table to back up. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBackupPropsMixin>- Returns:
- a newly built instance of
CfnBackupPropsMixin.
-