Class CfnTable.PointInTimeRecoverySpecificationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.dynamodb.CfnTable.PointInTimeRecoverySpecificationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTable.PointInTimeRecoverySpecificationProperty>
- Enclosing interface:
CfnTable.PointInTimeRecoverySpecificationProperty
@Stability(Stable)
public static final class CfnTable.PointInTimeRecoverySpecificationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTable.PointInTimeRecoverySpecificationProperty>
A builder for
CfnTable.PointInTimeRecoverySpecificationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.pointInTimeRecoveryEnabled
(Boolean pointInTimeRecoveryEnabled) pointInTimeRecoveryEnabled
(IResolvable pointInTimeRecoveryEnabled)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
pointInTimeRecoveryEnabled
@Stability(Stable) public CfnTable.PointInTimeRecoverySpecificationProperty.Builder pointInTimeRecoveryEnabled(Boolean pointInTimeRecoveryEnabled) - Parameters:
pointInTimeRecoveryEnabled
- Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.- Returns:
this
-
pointInTimeRecoveryEnabled
@Stability(Stable) public CfnTable.PointInTimeRecoverySpecificationProperty.Builder pointInTimeRecoveryEnabled(IResolvable pointInTimeRecoveryEnabled) - Parameters:
pointInTimeRecoveryEnabled
- Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnTable.PointInTimeRecoverySpecificationProperty>
- Returns:
- a new instance of
CfnTable.PointInTimeRecoverySpecificationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-