Class SchemaChangePlannedForDataSet.Details.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.dataexchange.events.SchemaChangePlannedForDataSet.Details.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<SchemaChangePlannedForDataSet.Details>
- Enclosing interface:
SchemaChangePlannedForDataSet.Details
@Stability(Experimental)
public static final class SchemaChangePlannedForDataSet.Details.Builder
extends Object
implements software.amazon.jsii.Builder<SchemaChangePlannedForDataSet.Details>
A builder for
SchemaChangePlannedForDataSet.Details-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.schemaChange(SchemaChangePlannedForDataSet.SchemaChange schemaChange) Sets the value ofSchemaChangePlannedForDataSet.Details.getSchemaChange()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
schemaChange
@Stability(Experimental) public SchemaChangePlannedForDataSet.Details.Builder schemaChange(SchemaChangePlannedForDataSet.SchemaChange schemaChange) Sets the value ofSchemaChangePlannedForDataSet.Details.getSchemaChange()- Parameters:
schemaChange- SchemaChange property. Specify an array of string values to match this event if the actual value of SchemaChange 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.Details>- Returns:
- a new instance of
SchemaChangePlannedForDataSet.Details - Throws:
NullPointerException- if any required attribute was not provided
-