Class DeprecationPlannedForDataSet.Scope.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.dataexchange.events.DeprecationPlannedForDataSet.Scope.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<DeprecationPlannedForDataSet.Scope>
- Enclosing interface:
DeprecationPlannedForDataSet.Scope
@Stability(Experimental)
public static final class DeprecationPlannedForDataSet.Scope.Builder
extends Object
implements software.amazon.jsii.Builder<DeprecationPlannedForDataSet.Scope>
A builder for
DeprecationPlannedForDataSet.Scope-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.lakeFormationTagPolicies(List<? extends DeprecationPlannedForDataSet.LakeFormationTagPolicyDetails> lakeFormationTagPolicies) Sets the value ofDeprecationPlannedForDataSet.Scope.getLakeFormationTagPolicies()redshiftDataShares(List<? extends DeprecationPlannedForDataSet.RedshiftDataShareDetails> redshiftDataShares) Sets the value ofDeprecationPlannedForDataSet.Scope.getRedshiftDataShares()s3DataAccesses(List<? extends DeprecationPlannedForDataSet.S3DataAccessDetails> s3DataAccesses) Sets the value ofDeprecationPlannedForDataSet.Scope.getS3DataAccesses()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
lakeFormationTagPolicies
@Stability(Experimental) public DeprecationPlannedForDataSet.Scope.Builder lakeFormationTagPolicies(List<? extends DeprecationPlannedForDataSet.LakeFormationTagPolicyDetails> lakeFormationTagPolicies) Sets the value ofDeprecationPlannedForDataSet.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 DeprecationPlannedForDataSet.Scope.Builder s3DataAccesses(List<? extends DeprecationPlannedForDataSet.S3DataAccessDetails> s3DataAccesses) Sets the value ofDeprecationPlannedForDataSet.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<DeprecationPlannedForDataSet.Scope>- Returns:
- a new instance of
DeprecationPlannedForDataSet.Scope - Throws:
NullPointerException- if any required attribute was not provided
-