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