public static final class CfnDataset.PathOptionsProperty.Builder
extends java.lang.Object
CfnDataset.PathOptionsProperty
Constructor and Description |
---|
Builder() |
public CfnDataset.PathOptionsProperty.Builder filesLimit(IResolvable filesLimit)
CfnDataset.PathOptionsProperty.getFilesLimit()
filesLimit
- If provided, this structure imposes a limit on a number of files that should be selected.this
public CfnDataset.PathOptionsProperty.Builder filesLimit(CfnDataset.FilesLimitProperty filesLimit)
CfnDataset.PathOptionsProperty.getFilesLimit()
filesLimit
- If provided, this structure imposes a limit on a number of files that should be selected.this
public CfnDataset.PathOptionsProperty.Builder lastModifiedDateCondition(IResolvable lastModifiedDateCondition)
CfnDataset.PathOptionsProperty.getLastModifiedDateCondition()
lastModifiedDateCondition
- If provided, this structure defines a date range for matching Amazon S3 objects based on their LastModifiedDate attribute in Amazon S3 .this
public CfnDataset.PathOptionsProperty.Builder lastModifiedDateCondition(CfnDataset.FilterExpressionProperty lastModifiedDateCondition)
CfnDataset.PathOptionsProperty.getLastModifiedDateCondition()
lastModifiedDateCondition
- If provided, this structure defines a date range for matching Amazon S3 objects based on their LastModifiedDate attribute in Amazon S3 .this
public CfnDataset.PathOptionsProperty.Builder parameters(IResolvable parameters)
CfnDataset.PathOptionsProperty.getParameters()
parameters
- A structure that maps names of parameters used in the Amazon S3 path of a dataset to their definitions.this
public CfnDataset.PathOptionsProperty.Builder parameters(java.util.List<? extends java.lang.Object> parameters)
CfnDataset.PathOptionsProperty.getParameters()
parameters
- A structure that maps names of parameters used in the Amazon S3 path of a dataset to their definitions.this
public CfnDataset.PathOptionsProperty build()
CfnDataset.PathOptionsProperty
java.lang.NullPointerException
- if any required attribute was not provided