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