Class CfnRecoveryPoint.Builder
java.lang.Object
software.amazon.awscdk.services.redshiftserverless.CfnRecoveryPoint.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRecoveryPoint>
- Enclosing class:
CfnRecoveryPoint
@Stability(Stable)
public static final class CfnRecoveryPoint.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRecoveryPoint>
A fluent builder for
CfnRecoveryPoint.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnRecoveryPoint.BuildernamespaceName(String namespaceName) The name of the namespace the recovery point is associated with.
-
Method Details
-
create
@Stability(Stable) public static CfnRecoveryPoint.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
CfnRecoveryPoint.Builder.
-
namespaceName
The name of the namespace the recovery point is associated with.- Parameters:
namespaceName- The name of the namespace the recovery point is associated with. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRecoveryPoint>- Returns:
- a newly built instance of
CfnRecoveryPoint.
-