Class DataSetUpdateDelayed.DataSet.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.dataexchange.events.DataSetUpdateDelayed.DataSet.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataSetUpdateDelayed.DataSet>
- Enclosing interface:
DataSetUpdateDelayed.DataSet
@Stability(Experimental)
public static final class DataSetUpdateDelayed.DataSet.Builder
extends Object
implements software.amazon.jsii.Builder<DataSetUpdateDelayed.DataSet>
A builder for
DataSetUpdateDelayed.DataSet-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofDataSetUpdateDelayed.DataSet.getAssetType()build()Builds the configured instance.Sets the value ofDataSetUpdateDelayed.DataSet.getId()Sets the value ofDataSetUpdateDelayed.DataSet.getName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
assetType
@Stability(Experimental) public DataSetUpdateDelayed.DataSet.Builder assetType(List<String> assetType) Sets the value ofDataSetUpdateDelayed.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 ofDataSetUpdateDelayed.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 ofDataSetUpdateDelayed.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<DataSetUpdateDelayed.DataSet>- Returns:
- a new instance of
DataSetUpdateDelayed.DataSet - Throws:
NullPointerException- if any required attribute was not provided
-