Class CfnBackup.Builder
java.lang.Object
software.amazon.awscdk.services.dynamodb.CfnBackup.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBackup>
- Enclosing class:
CfnBackup
@Stability(Stable)
public static final class CfnBackup.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBackup>
A fluent builder for
CfnBackup.-
Method Summary
Modifier and TypeMethodDescriptionbackupName(String backupName) The name for the backup.build()static CfnBackup.BuilderThe name of the table to back up.
-
Method Details
-
create
@Stability(Stable) public static CfnBackup.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnBackup.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
-