@Generated(value="software.amazon.awssdk:codegen") public final class S3DirectSourceAdditionalOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3DirectSourceAdditionalOptions.Builder,S3DirectSourceAdditionalOptions>
Specifies additional connection options for the Amazon S3 data store.
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3DirectSourceAdditionalOptions.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 S3DirectSourceAdditionalOptions.Builder |
builder() |
Boolean |
enableSamplePath()
Sets option to enable a sample path.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
samplePath()
If enabled, specifies the sample path.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3DirectSourceAdditionalOptions.Builder> |
serializableBuilderClass() |
S3DirectSourceAdditionalOptions.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 final Boolean enableSamplePath()
Sets option to enable a sample path.
public final String samplePath()
If enabled, specifies the sample path.
public S3DirectSourceAdditionalOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3DirectSourceAdditionalOptions.Builder,S3DirectSourceAdditionalOptions>public static S3DirectSourceAdditionalOptions.Builder builder()
public static Class<? extends S3DirectSourceAdditionalOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.