| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
FilesLimit |
FilesLimit.clone() |
FilesLimit |
PathOptions.getFilesLimit()
If provided, this structure imposes a limit on a number of files that should be selected.
|
FilesLimit |
FilesLimit.withMaxFiles(Integer maxFiles)
The number of Amazon S3 files to select.
|
FilesLimit |
FilesLimit.withOrder(Order order)
A criteria to use for Amazon S3 files sorting before their selection.
|
FilesLimit |
FilesLimit.withOrder(String order)
A criteria to use for Amazon S3 files sorting before their selection.
|
FilesLimit |
FilesLimit.withOrderedBy(OrderedBy orderedBy)
A criteria to use for Amazon S3 files sorting before their selection.
|
FilesLimit |
FilesLimit.withOrderedBy(String orderedBy)
A criteria to use for Amazon S3 files sorting before their selection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PathOptions.setFilesLimit(FilesLimit filesLimit)
If provided, this structure imposes a limit on a number of files that should be selected.
|
PathOptions |
PathOptions.withFilesLimit(FilesLimit filesLimit)
If provided, this structure imposes a limit on a number of files that should be selected.
|
Copyright © 2021. All rights reserved.