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