Interface S3SourceAdditionalOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3SourceAdditionalOptions.Builder,S3SourceAdditionalOptions>,SdkBuilder<S3SourceAdditionalOptions.Builder,S3SourceAdditionalOptions>,SdkPojo
- Enclosing class:
- S3SourceAdditionalOptions
public static interface S3SourceAdditionalOptions.Builder extends SdkPojo, CopyableBuilder<S3SourceAdditionalOptions.Builder,S3SourceAdditionalOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3SourceAdditionalOptions.BuilderboundedFiles(Long boundedFiles)Sets the upper limit for the target number of files that will be processed.S3SourceAdditionalOptions.BuilderboundedSize(Long boundedSize)Sets the upper limit for the target size of the dataset in bytes that will be processed.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
boundedSize
S3SourceAdditionalOptions.Builder boundedSize(Long 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
S3SourceAdditionalOptions.Builder boundedFiles(Long 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.
-
-