Class SchemaChangePlannedForDataSet.Scope.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.dataexchange.events.SchemaChangePlannedForDataSet.Scope.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<SchemaChangePlannedForDataSet.Scope>
- Enclosing interface:
SchemaChangePlannedForDataSet.Scope
@Stability(Experimental)
public static final class SchemaChangePlannedForDataSet.Scope.Builder
extends Object
implements software.amazon.jsii.Builder<SchemaChangePlannedForDataSet.Scope>
A builder for
SchemaChangePlannedForDataSet.Scope-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.lakeFormationTagPolicies(List<? extends SchemaChangePlannedForDataSet.LakeFormationTagPolicyDetails> lakeFormationTagPolicies) Sets the value ofSchemaChangePlannedForDataSet.Scope.getLakeFormationTagPolicies()redshiftDataShares(List<? extends SchemaChangePlannedForDataSet.RedshiftDataShareDetails> redshiftDataShares) Sets the value ofSchemaChangePlannedForDataSet.Scope.getRedshiftDataShares()s3DataAccesses(List<? extends SchemaChangePlannedForDataSet.S3DataAccessDetails> s3DataAccesses) Sets the value ofSchemaChangePlannedForDataSet.Scope.getS3DataAccesses()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
lakeFormationTagPolicies
@Stability(Experimental) public SchemaChangePlannedForDataSet.Scope.Builder lakeFormationTagPolicies(List<? extends SchemaChangePlannedForDataSet.LakeFormationTagPolicyDetails> lakeFormationTagPolicies) Sets the value ofSchemaChangePlannedForDataSet.Scope.getLakeFormationTagPolicies()- Parameters:
lakeFormationTagPolicies- LakeFormationTagPolicies property. Specify an array of string values to match this event if the actual value of LakeFormationTagPolicies is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
s3DataAccesses
@Stability(Experimental) public SchemaChangePlannedForDataSet.Scope.Builder s3DataAccesses(List<? extends SchemaChangePlannedForDataSet.S3DataAccessDetails> s3DataAccesses) Sets the value ofSchemaChangePlannedForDataSet.Scope.getS3DataAccesses()- Parameters:
s3DataAccesses- S3DataAccesses property. Specify an array of string values to match this event if the actual value of S3DataAccesses 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.Scope>- Returns:
- a new instance of
SchemaChangePlannedForDataSet.Scope - Throws:
NullPointerException- if any required attribute was not provided
-