public static interface S3SourceAdditionalOptions.Builder extends SdkPojo, CopyableBuilder<S3SourceAdditionalOptions.Builder,S3SourceAdditionalOptions>
| Modifier and Type | Method and Description |
|---|---|
S3SourceAdditionalOptions.Builder |
boundedFiles(Long boundedFiles)
Sets the upper limit for the target number of files that will be processed.
|
S3SourceAdditionalOptions.Builder |
boundedSize(Long boundedSize)
Sets the upper limit for the target size of the dataset in bytes that will be processed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3SourceAdditionalOptions.Builder boundedSize(Long boundedSize)
Sets the upper limit for the target size of the dataset in bytes that will be processed.
boundedSize - Sets the upper limit for the target size of the dataset in bytes that will be processed.S3SourceAdditionalOptions.Builder boundedFiles(Long boundedFiles)
Sets the upper limit for the target number of files that will be processed.
boundedFiles - Sets the upper limit for the target number of files that will be processed.Copyright © 2023. All rights reserved.