Interface PathOptions.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<PathOptions.Builder,,PathOptions> SdkBuilder<PathOptions.Builder,,PathOptions> SdkPojo
- Enclosing class:
 PathOptions
- 
Method Summary
Modifier and TypeMethodDescriptiondefault PathOptions.BuilderfilesLimit(Consumer<FilesLimit.Builder> filesLimit) If provided, this structure imposes a limit on a number of files that should be selected.filesLimit(FilesLimit filesLimit) If provided, this structure imposes a limit on a number of files that should be selected.default PathOptions.BuilderlastModifiedDateCondition(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.lastModifiedDateCondition(FilterExpression lastModifiedDateCondition) If provided, this structure defines a date range for matching Amazon S3 objects based on their LastModifiedDate attribute in Amazon S3.parameters(Map<String, DatasetParameter> parameters) A structure that maps names of parameters used in the Amazon S3 path of a dataset to their definitions.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
lastModifiedDateCondition
If provided, this structure defines a date range for matching Amazon S3 objects based on their LastModifiedDate attribute in Amazon S3.
- Parameters:
 lastModifiedDateCondition- If provided, this structure defines a date range for matching Amazon S3 objects based on their LastModifiedDate attribute in Amazon S3.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
lastModifiedDateCondition
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.Builderavoiding the need to create one manually viaFilterExpression.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolastModifiedDateCondition(FilterExpression).- Parameters:
 lastModifiedDateCondition- a consumer that will call methods onFilterExpression.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
filesLimit
If provided, this structure imposes a limit on a number of files that should be selected.
- Parameters:
 filesLimit- If provided, this structure imposes a limit on a number of files that should be selected.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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.Builderavoiding the need to create one manually viaFilesLimit.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilesLimit(FilesLimit).- Parameters:
 filesLimit- a consumer that will call methods onFilesLimit.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
parameters
A structure that maps names of parameters used in the Amazon S3 path of a dataset to their definitions.
- Parameters:
 parameters- A structure that maps names of parameters used in the Amazon S3 path of a dataset to their definitions.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -