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