Class RecoveryPointReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.redshiftserverless.RecoveryPointReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<RecoveryPointReference>
- Enclosing interface:
RecoveryPointReference
@Stability(Stable)
public static final class RecoveryPointReference.Builder
extends Object
implements software.amazon.jsii.Builder<RecoveryPointReference>
A builder for
RecoveryPointReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.recoveryPointArn(String recoveryPointArn) Sets the value ofRecoveryPointReference.getRecoveryPointArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
recoveryPointArn
Sets the value ofRecoveryPointReference.getRecoveryPointArn()- Parameters:
recoveryPointArn- The Arn of the RecoveryPoint resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<RecoveryPointReference>- Returns:
- a new instance of
RecoveryPointReference - Throws:
NullPointerException- if any required attribute was not provided
-