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