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