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