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