Class S3SourceAdditionalOptions
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.S3SourceAdditionalOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<S3SourceAdditionalOptions.Builder,S3SourceAdditionalOptions>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceS3SourceAdditionalOptions.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 S3SourceAdditionalOptions.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends S3SourceAdditionalOptions.Builder>serializableBuilderClass()S3SourceAdditionalOptions.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.
-
toBuilder
public S3SourceAdditionalOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3SourceAdditionalOptions.Builder,S3SourceAdditionalOptions>
-
builder
public static S3SourceAdditionalOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends S3SourceAdditionalOptions.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.
-
-