Class SchemaChangePlannedForDataSet.SchemaChange.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.dataexchange.events.SchemaChangePlannedForDataSet.SchemaChange.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<SchemaChangePlannedForDataSet.SchemaChange>
- Enclosing interface:
SchemaChangePlannedForDataSet.SchemaChange
@Stability(Experimental)
public static final class SchemaChangePlannedForDataSet.SchemaChange.Builder
extends Object
implements software.amazon.jsii.Builder<SchemaChangePlannedForDataSet.SchemaChange>
A builder for
SchemaChangePlannedForDataSet.SchemaChange-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.changes(List<? extends SchemaChangePlannedForDataSet.SchemaChangeItem> changes) Sets the value ofSchemaChangePlannedForDataSet.SchemaChange.getChanges()schemaChangeAt(List<String> schemaChangeAt) Sets the value ofSchemaChangePlannedForDataSet.SchemaChange.getSchemaChangeAt()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
changes
@Stability(Experimental) public SchemaChangePlannedForDataSet.SchemaChange.Builder changes(List<? extends SchemaChangePlannedForDataSet.SchemaChangeItem> changes) Sets the value ofSchemaChangePlannedForDataSet.SchemaChange.getChanges()- Parameters:
changes- Changes property. Specify an array of string values to match this event if the actual value of Changes is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
schemaChangeAt
@Stability(Experimental) public SchemaChangePlannedForDataSet.SchemaChange.Builder schemaChangeAt(List<String> schemaChangeAt) Sets the value ofSchemaChangePlannedForDataSet.SchemaChange.getSchemaChangeAt()- Parameters:
schemaChangeAt- SchemaChangeAt property. Specify an array of string values to match this event if the actual value of SchemaChangeAt 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.SchemaChange>- Returns:
- a new instance of
SchemaChangePlannedForDataSet.SchemaChange - Throws:
NullPointerException- if any required attribute was not provided
-