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