Class S3DirectSourceAdditionalOptions
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.S3DirectSourceAdditionalOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<S3DirectSourceAdditionalOptions.Builder,S3DirectSourceAdditionalOptions>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceS3DirectSourceAdditionalOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LongboundedFiles()Sets the upper limit for the target number of files that will be processed.LongboundedSize()Sets the upper limit for the target size of the dataset in bytes that will be processed.static S3DirectSourceAdditionalOptions.Builderbuilder()BooleanenableSamplePath()Sets option to enable a sample path.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringsamplePath()If enabled, specifies the sample path.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends S3DirectSourceAdditionalOptions.Builder>serializableBuilderClass()S3DirectSourceAdditionalOptions.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
boundedSize
public final Long boundedSize()
Sets the upper limit for the target size of the dataset in bytes that will be processed.
- Returns:
- Sets the upper limit for the target size of the dataset in bytes that will be processed.
-
boundedFiles
public final Long boundedFiles()
Sets the upper limit for the target number of files that will be processed.
- Returns:
- Sets the upper limit for the target number of files that will be processed.
-
enableSamplePath
public final Boolean enableSamplePath()
Sets option to enable a sample path.
- Returns:
- Sets option to enable a sample path.
-
samplePath
public final String samplePath()
If enabled, specifies the sample path.
- Returns:
- If enabled, specifies the sample path.
-
toBuilder
public S3DirectSourceAdditionalOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3DirectSourceAdditionalOptions.Builder,S3DirectSourceAdditionalOptions>
-
builder
public static S3DirectSourceAdditionalOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends S3DirectSourceAdditionalOptions.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-