Class CfnRule.EventBridgeActionProperty.Builder
java.lang.Object
software.amazon.awscdk.services.connect.CfnRule.EventBridgeActionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRule.EventBridgeActionProperty>
- Enclosing interface:
- CfnRule.EventBridgeActionProperty
@Stability(Stable)
public static final class CfnRule.EventBridgeActionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRule.EventBridgeActionProperty>
A builder for
CfnRule.EventBridgeActionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnRule.EventBridgeActionProperty.getName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnRule.EventBridgeActionProperty.getName()- Parameters:
name- The name. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRule.EventBridgeActionProperty>- Returns:
- a new instance of
CfnRule.EventBridgeActionProperty - Throws:
NullPointerException- if any required attribute was not provided
-