@Generated(value="software.amazon.awssdk:codegen") public final class S3SourceAdditionalOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3SourceAdditionalOptions.Builder,S3SourceAdditionalOptions>
Specifies additional connection options for the Amazon S3 data store.
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3SourceAdditionalOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
Long |
boundedFiles()
Sets the upper limit for the target number of files that will be processed.
|
Long |
boundedSize()
Sets the upper limit for the target size of the dataset in bytes that will be processed.
|
static S3SourceAdditionalOptions.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3SourceAdditionalOptions.Builder> |
serializableBuilderClass() |
S3SourceAdditionalOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long boundedSize()
Sets the upper limit for the target size of the dataset in bytes that will be processed.
public final Long boundedFiles()
Sets the upper limit for the target number of files that will be processed.
public S3SourceAdditionalOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3SourceAdditionalOptions.Builder,S3SourceAdditionalOptions>public static S3SourceAdditionalOptions.Builder builder()
public static Class<? extends S3SourceAdditionalOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.