Class CfnPolicy.MultiAzTargetsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.resiliencehubv2.CfnPolicy.MultiAzTargetsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPolicy.MultiAzTargetsProperty>
- Enclosing interface:
CfnPolicy.MultiAzTargetsProperty
@Stability(Stable)
public static final class CfnPolicy.MultiAzTargetsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPolicy.MultiAzTargetsProperty>
A builder for
CfnPolicy.MultiAzTargetsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.disasterRecoveryApproach(String disasterRecoveryApproach) Sets the value ofCfnPolicy.MultiAzTargetsProperty.getDisasterRecoveryApproach()rpoInMinutes(Number rpoInMinutes) Sets the value ofCfnPolicy.MultiAzTargetsProperty.getRpoInMinutes()rtoInMinutes(Number rtoInMinutes) Sets the value ofCfnPolicy.MultiAzTargetsProperty.getRtoInMinutes()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
disasterRecoveryApproach
@Stability(Stable) public CfnPolicy.MultiAzTargetsProperty.Builder disasterRecoveryApproach(String disasterRecoveryApproach) Sets the value ofCfnPolicy.MultiAzTargetsProperty.getDisasterRecoveryApproach()- Parameters:
disasterRecoveryApproach- Multi-AZ disaster recovery approach.- Returns:
this
-
rpoInMinutes
@Stability(Stable) public CfnPolicy.MultiAzTargetsProperty.Builder rpoInMinutes(Number rpoInMinutes) Sets the value ofCfnPolicy.MultiAzTargetsProperty.getRpoInMinutes()- Parameters:
rpoInMinutes- Recovery Point Objective in minutes.- Returns:
this
-
rtoInMinutes
@Stability(Stable) public CfnPolicy.MultiAzTargetsProperty.Builder rtoInMinutes(Number rtoInMinutes) Sets the value ofCfnPolicy.MultiAzTargetsProperty.getRtoInMinutes()- Parameters:
rtoInMinutes- Recovery Time Objective in minutes.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPolicy.MultiAzTargetsProperty>- Returns:
- a new instance of
CfnPolicy.MultiAzTargetsProperty - Throws:
NullPointerException- if any required attribute was not provided
-