Class CfnDatasetPropsMixin.PathOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.databrew.CfnDatasetPropsMixin.PathOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDatasetPropsMixin.PathOptionsProperty>
- Enclosing interface:
CfnDatasetPropsMixin.PathOptionsProperty
@Stability(Stable)
public static final class CfnDatasetPropsMixin.PathOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDatasetPropsMixin.PathOptionsProperty>
A builder for
CfnDatasetPropsMixin.PathOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.filesLimit(CfnDatasetPropsMixin.FilesLimitProperty filesLimit) Sets the value ofCfnDatasetPropsMixin.PathOptionsProperty.getFilesLimit()filesLimit(IResolvable filesLimit) Sets the value ofCfnDatasetPropsMixin.PathOptionsProperty.getFilesLimit()lastModifiedDateCondition(CfnDatasetPropsMixin.FilterExpressionProperty lastModifiedDateCondition) Sets the value ofCfnDatasetPropsMixin.PathOptionsProperty.getLastModifiedDateCondition()lastModifiedDateCondition(IResolvable lastModifiedDateCondition) Sets the value ofCfnDatasetPropsMixin.PathOptionsProperty.getLastModifiedDateCondition()parameters(List<? extends Object> parameters) Sets the value ofCfnDatasetPropsMixin.PathOptionsProperty.getParameters()parameters(IResolvable parameters) Sets the value ofCfnDatasetPropsMixin.PathOptionsProperty.getParameters()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
filesLimit
@Stability(Stable) public CfnDatasetPropsMixin.PathOptionsProperty.Builder filesLimit(IResolvable filesLimit) Sets the value ofCfnDatasetPropsMixin.PathOptionsProperty.getFilesLimit()- Parameters:
filesLimit- If provided, this structure imposes a limit on a number of files that should be selected.- Returns:
this
-
filesLimit
@Stability(Stable) public CfnDatasetPropsMixin.PathOptionsProperty.Builder filesLimit(CfnDatasetPropsMixin.FilesLimitProperty filesLimit) Sets the value ofCfnDatasetPropsMixin.PathOptionsProperty.getFilesLimit()- Parameters:
filesLimit- If provided, this structure imposes a limit on a number of files that should be selected.- Returns:
this
-
lastModifiedDateCondition
@Stability(Stable) public CfnDatasetPropsMixin.PathOptionsProperty.Builder lastModifiedDateCondition(IResolvable lastModifiedDateCondition) Sets the value ofCfnDatasetPropsMixin.PathOptionsProperty.getLastModifiedDateCondition()- Parameters:
lastModifiedDateCondition- If provided, this structure defines a date range for matching Amazon S3 objects based on their LastModifiedDate attribute in Amazon S3 .- Returns:
this
-
lastModifiedDateCondition
@Stability(Stable) public CfnDatasetPropsMixin.PathOptionsProperty.Builder lastModifiedDateCondition(CfnDatasetPropsMixin.FilterExpressionProperty lastModifiedDateCondition) Sets the value ofCfnDatasetPropsMixin.PathOptionsProperty.getLastModifiedDateCondition()- Parameters:
lastModifiedDateCondition- If provided, this structure defines a date range for matching Amazon S3 objects based on their LastModifiedDate attribute in Amazon S3 .- Returns:
this
-
parameters
@Stability(Stable) public CfnDatasetPropsMixin.PathOptionsProperty.Builder parameters(IResolvable parameters) Sets the value ofCfnDatasetPropsMixin.PathOptionsProperty.getParameters()- Parameters:
parameters- A structure that maps names of parameters used in the Amazon S3 path of a dataset to their definitions.- Returns:
this
-
parameters
@Stability(Stable) public CfnDatasetPropsMixin.PathOptionsProperty.Builder parameters(List<? extends Object> parameters) Sets the value ofCfnDatasetPropsMixin.PathOptionsProperty.getParameters()- Parameters:
parameters- A structure that maps names of parameters used in the Amazon S3 path of a dataset to their definitions.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDatasetPropsMixin.PathOptionsProperty>- Returns:
- a new instance of
CfnDatasetPropsMixin.PathOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-