Class DataUpdatedInDataSet.DataSet.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.dataexchange.events.DataUpdatedInDataSet.DataSet.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataUpdatedInDataSet.DataSet>
- Enclosing interface:
DataUpdatedInDataSet.DataSet
@Stability(Experimental)
public static final class DataUpdatedInDataSet.DataSet.Builder
extends Object
implements software.amazon.jsii.Builder<DataUpdatedInDataSet.DataSet>
A builder for
DataUpdatedInDataSet.DataSet-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofDataUpdatedInDataSet.DataSet.getAssetType()build()Builds the configured instance.Sets the value ofDataUpdatedInDataSet.DataSet.getId()Sets the value ofDataUpdatedInDataSet.DataSet.getName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
assetType
@Stability(Experimental) public DataUpdatedInDataSet.DataSet.Builder assetType(List<String> assetType) Sets the value ofDataUpdatedInDataSet.DataSet.getAssetType()- Parameters:
assetType- AssetType property. Specify an array of string values to match this event if the actual value of AssetType is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
id
Sets the value ofDataUpdatedInDataSet.DataSet.getId()- Parameters:
id- Id property. Specify an array of string values to match this event if the actual value of Id is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
name
Sets the value ofDataUpdatedInDataSet.DataSet.getName()- Parameters:
name- Name property. Specify an array of string values to match this event if the actual value of Name is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataUpdatedInDataSet.DataSet>- Returns:
- a new instance of
DataUpdatedInDataSet.DataSet - Throws:
NullPointerException- if any required attribute was not provided
-