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