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