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