Class CfnPlan.RdsUngracefulProperty.Builder
java.lang.Object
software.amazon.awscdk.services.arcregionswitch.CfnPlan.RdsUngracefulProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPlan.RdsUngracefulProperty>
- Enclosing interface:
CfnPlan.RdsUngracefulProperty
@Stability(Stable)
public static final class CfnPlan.RdsUngracefulProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPlan.RdsUngracefulProperty>
A builder for
CfnPlan.RdsUngracefulProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.ungraceful(String ungraceful) Sets the value ofCfnPlan.RdsUngracefulProperty.getUngraceful()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ungraceful
Sets the value ofCfnPlan.RdsUngracefulProperty.getUngraceful()- Parameters:
ungraceful- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPlan.RdsUngracefulProperty>- Returns:
- a new instance of
CfnPlan.RdsUngracefulProperty - Throws:
NullPointerException- if any required attribute was not provided
-