Class DeprecationPlannedForDataSet.DataSet.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.dataexchange.events.DeprecationPlannedForDataSet.DataSet.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<DeprecationPlannedForDataSet.DataSet>
- Enclosing interface:
DeprecationPlannedForDataSet.DataSet
@Stability(Experimental)
public static final class DeprecationPlannedForDataSet.DataSet.Builder
extends Object
implements software.amazon.jsii.Builder<DeprecationPlannedForDataSet.DataSet>
A builder for
DeprecationPlannedForDataSet.DataSet-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofDeprecationPlannedForDataSet.DataSet.getAssetType()build()Builds the configured instance.Sets the value ofDeprecationPlannedForDataSet.DataSet.getId()Sets the value ofDeprecationPlannedForDataSet.DataSet.getName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
assetType
@Stability(Experimental) public DeprecationPlannedForDataSet.DataSet.Builder assetType(List<String> assetType) Sets the value ofDeprecationPlannedForDataSet.DataSet.getAssetType()- Parameters:
assetType- AssetType property. Specify an array of string values to match this event if the actual value of AssetType is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
id
Sets the value ofDeprecationPlannedForDataSet.DataSet.getId()- Parameters:
id- Id property. Specify an array of string values to match this event if the actual value of Id is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
name
@Stability(Experimental) public DeprecationPlannedForDataSet.DataSet.Builder name(List<String> name) Sets the value ofDeprecationPlannedForDataSet.DataSet.getName()- Parameters:
name- Name property. Specify an array of string values to match this event if the actual value of Name 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.DataSet>- Returns:
- a new instance of
DeprecationPlannedForDataSet.DataSet - Throws:
NullPointerException- if any required attribute was not provided
-