Class CfnRecoveryPointMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.redshiftserverless.CfnRecoveryPointMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRecoveryPointMixinProps>
- Enclosing interface:
CfnRecoveryPointMixinProps
@Stability(Stable)
public static final class CfnRecoveryPointMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRecoveryPointMixinProps>
A builder for
CfnRecoveryPointMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.namespaceName(String namespaceName) Sets the value ofCfnRecoveryPointMixinProps.getNamespaceName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
namespaceName
Sets the value ofCfnRecoveryPointMixinProps.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<CfnRecoveryPointMixinProps>- Returns:
- a new instance of
CfnRecoveryPointMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-