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