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