public static interface PathOptions.Builder extends SdkPojo, CopyableBuilder<PathOptions.Builder,PathOptions>
| Modifier and Type | Method and Description |
|---|---|
default PathOptions.Builder |
filesLimit(Consumer<FilesLimit.Builder> filesLimit)
If provided, this structure imposes a limit on a number of files that should be selected.
|
PathOptions.Builder |
filesLimit(FilesLimit filesLimit)
If provided, this structure imposes a limit on a number of files that should be selected.
|
default PathOptions.Builder |
lastModifiedDateCondition(Consumer<FilterExpression.Builder> lastModifiedDateCondition)
If provided, this structure defines a date range for matching Amazon S3 objects based on their
LastModifiedDate attribute in Amazon S3.
|
PathOptions.Builder |
lastModifiedDateCondition(FilterExpression lastModifiedDateCondition)
If provided, this structure defines a date range for matching Amazon S3 objects based on their
LastModifiedDate attribute in Amazon S3.
|
PathOptions.Builder |
parameters(Map<String,DatasetParameter> parameters)
A structure that maps names of parameters used in the Amazon S3 path of a dataset to their definitions.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPathOptions.Builder lastModifiedDateCondition(FilterExpression lastModifiedDateCondition)
If provided, this structure defines a date range for matching Amazon S3 objects based on their LastModifiedDate attribute in Amazon S3.
lastModifiedDateCondition - If provided, this structure defines a date range for matching Amazon S3 objects based on their
LastModifiedDate attribute in Amazon S3.default PathOptions.Builder lastModifiedDateCondition(Consumer<FilterExpression.Builder> lastModifiedDateCondition)
If provided, this structure defines a date range for matching Amazon S3 objects based on their LastModifiedDate attribute in Amazon S3.
This is a convenience method that creates an instance of theFilterExpression.Builder avoiding the
need to create one manually via FilterExpression.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to lastModifiedDateCondition(FilterExpression).
lastModifiedDateCondition - a consumer that will call methods on FilterExpression.BuilderlastModifiedDateCondition(FilterExpression)PathOptions.Builder filesLimit(FilesLimit filesLimit)
If provided, this structure imposes a limit on a number of files that should be selected.
filesLimit - If provided, this structure imposes a limit on a number of files that should be selected.default PathOptions.Builder filesLimit(Consumer<FilesLimit.Builder> filesLimit)
If provided, this structure imposes a limit on a number of files that should be selected.
This is a convenience method that creates an instance of theFilesLimit.Builder avoiding the need to
create one manually via FilesLimit.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to filesLimit(FilesLimit).
filesLimit - a consumer that will call methods on FilesLimit.BuilderfilesLimit(FilesLimit)PathOptions.Builder parameters(Map<String,DatasetParameter> parameters)
A structure that maps names of parameters used in the Amazon S3 path of a dataset to their definitions.
parameters - A structure that maps names of parameters used in the Amazon S3 path of a dataset to their
definitions.Copyright © 2023. All rights reserved.