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