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