Class DataUpdatedInDataSet.Notification.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.dataexchange.events.DataUpdatedInDataSet.Notification.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataUpdatedInDataSet.Notification>
- Enclosing interface:
DataUpdatedInDataSet.Notification
@Stability(Experimental)
public static final class DataUpdatedInDataSet.Notification.Builder
extends Object
implements software.amazon.jsii.Builder<DataUpdatedInDataSet.Notification>
A builder for
DataUpdatedInDataSet.Notification-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofDataUpdatedInDataSet.Notification.getComment()details(DataUpdatedInDataSet.Details details) Sets the value ofDataUpdatedInDataSet.Notification.getDetails()scope(DataUpdatedInDataSet.Scope scope) Sets the value ofDataUpdatedInDataSet.Notification.getScope()Sets the value ofDataUpdatedInDataSet.Notification.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
comment
@Stability(Experimental) public DataUpdatedInDataSet.Notification.Builder comment(List<String> comment) Sets the value ofDataUpdatedInDataSet.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 DataUpdatedInDataSet.Notification.Builder details(DataUpdatedInDataSet.Details details) Sets the value ofDataUpdatedInDataSet.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 DataUpdatedInDataSet.Notification.Builder scope(DataUpdatedInDataSet.Scope scope) Sets the value ofDataUpdatedInDataSet.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
Sets the value ofDataUpdatedInDataSet.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<DataUpdatedInDataSet.Notification>- Returns:
- a new instance of
DataUpdatedInDataSet.Notification - Throws:
NullPointerException- if any required attribute was not provided
-