Class DataSetUpdateDelayed.RedshiftDataShareDetails.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.dataexchange.events.DataSetUpdateDelayed.RedshiftDataShareDetails.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataSetUpdateDelayed.RedshiftDataShareDetails>
- Enclosing interface:
DataSetUpdateDelayed.RedshiftDataShareDetails
@Stability(Experimental)
public static final class DataSetUpdateDelayed.RedshiftDataShareDetails.Builder
extends Object
implements software.amazon.jsii.Builder<DataSetUpdateDelayed.RedshiftDataShareDetails>
A builder for
DataSetUpdateDelayed.RedshiftDataShareDetails-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofDataSetUpdateDelayed.RedshiftDataShareDetails.getArn()build()Builds the configured instance.Sets the value ofDataSetUpdateDelayed.RedshiftDataShareDetails.getDatabase()Sets the value ofDataSetUpdateDelayed.RedshiftDataShareDetails.getFunction()Sets the value ofDataSetUpdateDelayed.RedshiftDataShareDetails.getTable()Sets the value ofDataSetUpdateDelayed.RedshiftDataShareDetails.getView()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
arn
@Stability(Experimental) public DataSetUpdateDelayed.RedshiftDataShareDetails.Builder arn(List<String> arn) Sets the value ofDataSetUpdateDelayed.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 DataSetUpdateDelayed.RedshiftDataShareDetails.Builder database(List<String> database) Sets the value ofDataSetUpdateDelayed.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 DataSetUpdateDelayed.RedshiftDataShareDetails.Builder function(List<String> function) Sets the value ofDataSetUpdateDelayed.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
-
table
@Stability(Experimental) public DataSetUpdateDelayed.RedshiftDataShareDetails.Builder table(List<String> table) Sets the value ofDataSetUpdateDelayed.RedshiftDataShareDetails.getTable()- Parameters:
table- Table property. Specify an array of string values to match this event if the actual value of Table 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 DataSetUpdateDelayed.RedshiftDataShareDetails.Builder view(List<String> view) Sets the value ofDataSetUpdateDelayed.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<DataSetUpdateDelayed.RedshiftDataShareDetails>- Returns:
- a new instance of
DataSetUpdateDelayed.RedshiftDataShareDetails - Throws:
NullPointerException- if any required attribute was not provided
-