Class DataUpdatedInDataSet.RedshiftDataShareDetails.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.dataexchange.events.DataUpdatedInDataSet.RedshiftDataShareDetails.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataUpdatedInDataSet.RedshiftDataShareDetails>
- Enclosing interface:
DataUpdatedInDataSet.RedshiftDataShareDetails
@Stability(Experimental)
public static final class DataUpdatedInDataSet.RedshiftDataShareDetails.Builder
extends Object
implements software.amazon.jsii.Builder<DataUpdatedInDataSet.RedshiftDataShareDetails>
A builder for
DataUpdatedInDataSet.RedshiftDataShareDetails-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofDataUpdatedInDataSet.RedshiftDataShareDetails.getArn()build()Builds the configured instance.Sets the value ofDataUpdatedInDataSet.RedshiftDataShareDetails.getDatabase()Sets the value ofDataUpdatedInDataSet.RedshiftDataShareDetails.getFunction()Sets the value ofDataUpdatedInDataSet.RedshiftDataShareDetails.getSchema()Sets the value ofDataUpdatedInDataSet.RedshiftDataShareDetails.getView()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
arn
@Stability(Experimental) public DataUpdatedInDataSet.RedshiftDataShareDetails.Builder arn(List<String> arn) Sets the value ofDataUpdatedInDataSet.RedshiftDataShareDetails.getArn()- Parameters:
arn- Arn property. Specify an array of string values to match this event if the actual value of Arn is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
database
@Stability(Experimental) public DataUpdatedInDataSet.RedshiftDataShareDetails.Builder database(List<String> database) Sets the value ofDataUpdatedInDataSet.RedshiftDataShareDetails.getDatabase()- Parameters:
database- Database property. Specify an array of string values to match this event if the actual value of Database is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
function
@Stability(Experimental) public DataUpdatedInDataSet.RedshiftDataShareDetails.Builder function(List<String> function) Sets the value ofDataUpdatedInDataSet.RedshiftDataShareDetails.getFunction()- Parameters:
function- Function property. Specify an array of string values to match this event if the actual value of Function is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
schema
@Stability(Experimental) public DataUpdatedInDataSet.RedshiftDataShareDetails.Builder schema(List<String> schema) Sets the value ofDataUpdatedInDataSet.RedshiftDataShareDetails.getSchema()- Parameters:
schema- Schema property. Specify an array of string values to match this event if the actual value of Schema is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
view
@Stability(Experimental) public DataUpdatedInDataSet.RedshiftDataShareDetails.Builder view(List<String> view) Sets the value ofDataUpdatedInDataSet.RedshiftDataShareDetails.getView()- Parameters:
view- View property. Specify an array of string values to match this event if the actual value of View 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.RedshiftDataShareDetails>- Returns:
- a new instance of
DataUpdatedInDataSet.RedshiftDataShareDetails - Throws:
NullPointerException- if any required attribute was not provided
-