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