Class CfnEventAction.EventProperty.Builder
java.lang.Object
software.amazon.awscdk.services.dataexchange.CfnEventAction.EventProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEventAction.EventProperty>
- Enclosing interface:
CfnEventAction.EventProperty
@Stability(Stable)
public static final class CfnEventAction.EventProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEventAction.EventProperty>
A builder for
CfnEventAction.EventProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.revisionPublished(IResolvable revisionPublished) Sets the value ofCfnEventAction.EventProperty.getRevisionPublished()revisionPublished(CfnEventAction.RevisionPublishedProperty revisionPublished) Sets the value ofCfnEventAction.EventProperty.getRevisionPublished()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
revisionPublished
@Stability(Stable) public CfnEventAction.EventProperty.Builder revisionPublished(IResolvable revisionPublished) Sets the value ofCfnEventAction.EventProperty.getRevisionPublished()- Parameters:
revisionPublished- Information about the published revision.- Returns:
this
-
revisionPublished
@Stability(Stable) public CfnEventAction.EventProperty.Builder revisionPublished(CfnEventAction.RevisionPublishedProperty revisionPublished) Sets the value ofCfnEventAction.EventProperty.getRevisionPublished()- Parameters:
revisionPublished- Information about the published revision.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEventAction.EventProperty>- Returns:
- a new instance of
CfnEventAction.EventProperty - Throws:
NullPointerException- if any required attribute was not provided
-