Class CfnDataIntegrationPropsMixin.FileConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appintegrations.CfnDataIntegrationPropsMixin.FileConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataIntegrationPropsMixin.FileConfigurationProperty>
- Enclosing interface:
CfnDataIntegrationPropsMixin.FileConfigurationProperty
@Stability(Stable)
public static final class CfnDataIntegrationPropsMixin.FileConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataIntegrationPropsMixin.FileConfigurationProperty>
A builder for
CfnDataIntegrationPropsMixin.FileConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDataIntegrationPropsMixin.FileConfigurationProperty.getFilters()Sets the value ofCfnDataIntegrationPropsMixin.FileConfigurationProperty.getFolders()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
filters
@Stability(Stable) public CfnDataIntegrationPropsMixin.FileConfigurationProperty.Builder filters(Object filters) Sets the value ofCfnDataIntegrationPropsMixin.FileConfigurationProperty.getFilters()- Parameters:
filters- Restrictions for what files should be pulled from the source.- Returns:
this
-
folders
@Stability(Stable) public CfnDataIntegrationPropsMixin.FileConfigurationProperty.Builder folders(List<String> folders) Sets the value ofCfnDataIntegrationPropsMixin.FileConfigurationProperty.getFolders()- Parameters:
folders- Identifiers for the source folders to pull all files from recursively.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataIntegrationPropsMixin.FileConfigurationProperty>- Returns:
- a new instance of
CfnDataIntegrationPropsMixin.FileConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-