Class CfnEventAction.Builder
java.lang.Object
software.amazon.awscdk.services.dataexchange.CfnEventAction.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEventAction>
- Enclosing class:
CfnEventAction
@Stability(Stable)
public static final class CfnEventAction.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEventAction>
A fluent builder for
CfnEventAction.-
Method Summary
Modifier and TypeMethodDescriptionaction(IResolvable action) What occurs after a certain event.action(CfnEventAction.ActionProperty action) What occurs after a certain event.build()static CfnEventAction.Builderevent(IResolvable event) What occurs to start an action.What occurs to start an action.The tags for the event action.
-
Method Details
-
create
@Stability(Stable) public static CfnEventAction.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnEventAction.Builder.
-
action
What occurs after a certain event.- Parameters:
action- What occurs after a certain event. This parameter is required.- Returns:
this- See Also:
-
action
What occurs after a certain event.- Parameters:
action- What occurs after a certain event. This parameter is required.- Returns:
this- See Also:
-
event
What occurs to start an action.- Parameters:
event- What occurs to start an action. This parameter is required.- Returns:
this- See Also:
-
event
What occurs to start an action.- Parameters:
event- What occurs to start an action. This parameter is required.- Returns:
this- See Also:
-
tags
The tags for the event action.- Parameters:
tags- The tags for the event action. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEventAction>- Returns:
- a newly built instance of
CfnEventAction.
-