@Stability(value=Stable) public static final class CfnDataset.PathOptionsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataset.PathOptionsProperty>
CfnDataset.PathOptionsProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) 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@Stability(value=Stable) 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@Stability(value=Stable) 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@Stability(value=Stable) 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@Stability(value=Stable) 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@Stability(value=Stable) public CfnDataset.PathOptionsProperty.Builder parameters(List<? extends 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@Stability(value=Stable) public CfnDataset.PathOptionsProperty build()
build in interface software.amazon.jsii.Builder<CfnDataset.PathOptionsProperty>CfnDataset.PathOptionsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.