public static interface S3DirectSourceAdditionalOptions.Builder extends SdkPojo, CopyableBuilder<S3DirectSourceAdditionalOptions.Builder,S3DirectSourceAdditionalOptions>
| Modifier and Type | Method and Description |
|---|---|
S3DirectSourceAdditionalOptions.Builder |
boundedFiles(Long boundedFiles)
Sets the upper limit for the target number of files that will be processed.
|
S3DirectSourceAdditionalOptions.Builder |
boundedSize(Long boundedSize)
Sets the upper limit for the target size of the dataset in bytes that will be processed.
|
S3DirectSourceAdditionalOptions.Builder |
enableSamplePath(Boolean enableSamplePath)
Sets option to enable a sample path.
|
S3DirectSourceAdditionalOptions.Builder |
samplePath(String samplePath)
If enabled, specifies the sample path.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3DirectSourceAdditionalOptions.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.S3DirectSourceAdditionalOptions.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.S3DirectSourceAdditionalOptions.Builder enableSamplePath(Boolean enableSamplePath)
Sets option to enable a sample path.
enableSamplePath - Sets option to enable a sample path.S3DirectSourceAdditionalOptions.Builder samplePath(String samplePath)
If enabled, specifies the sample path.
samplePath - If enabled, specifies the sample path.Copyright © 2023. All rights reserved.