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