Interface S3DirectSourceAdditionalOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3DirectSourceAdditionalOptions.Builder,
,S3DirectSourceAdditionalOptions> SdkBuilder<S3DirectSourceAdditionalOptions.Builder,
,S3DirectSourceAdditionalOptions> SdkPojo
- Enclosing class:
S3DirectSourceAdditionalOptions
public static interface S3DirectSourceAdditionalOptions.Builder
extends SdkPojo, CopyableBuilder<S3DirectSourceAdditionalOptions.Builder,S3DirectSourceAdditionalOptions>
-
Method Summary
Modifier and TypeMethodDescriptionboundedFiles
(Long boundedFiles) Sets the upper limit for the target number of files that will be processed.boundedSize
(Long boundedSize) Sets the upper limit for the target size of the dataset in bytes that will be processed.enableSamplePath
(Boolean enableSamplePath) Sets option to enable a sample path.samplePath
(String samplePath) If enabled, specifies the sample path.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
boundedSize
Sets the upper limit for the target size of the dataset in bytes that will be processed.
- Parameters:
boundedSize
- Sets the upper limit for the target size of the dataset in bytes that will be processed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
boundedFiles
Sets the upper limit for the target number of files that will be processed.
- Parameters:
boundedFiles
- Sets the upper limit for the target number of files that will be processed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enableSamplePath
Sets option to enable a sample path.
- Parameters:
enableSamplePath
- Sets option to enable a sample path.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
samplePath
If enabled, specifies the sample path.
- Parameters:
samplePath
- If enabled, specifies the sample path.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-