Class CfnRecoveryPointProps.Builder
java.lang.Object
software.amazon.awscdk.services.redshiftserverless.CfnRecoveryPointProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRecoveryPointProps>
- Enclosing interface:
CfnRecoveryPointProps
@Stability(Stable)
public static final class CfnRecoveryPointProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRecoveryPointProps>
A builder for
CfnRecoveryPointProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.namespaceName(String namespaceName) Sets the value ofCfnRecoveryPointProps.getNamespaceName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
namespaceName
Sets the value ofCfnRecoveryPointProps.getNamespaceName()- Parameters:
namespaceName- The name of the namespace the recovery point is associated with.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRecoveryPointProps>- Returns:
- a new instance of
CfnRecoveryPointProps - Throws:
NullPointerException- if any required attribute was not provided
-