@Generated(value="software.amazon.awssdk:codegen") public final class S3CatalogSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3CatalogSource.Builder,S3CatalogSource>
Specifies an Amazon S3 data store in the Glue Data Catalog.
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3CatalogSource.Builder |
| Modifier and Type | Method and Description |
|---|---|
S3SourceAdditionalOptions |
additionalOptions()
Specifies additional connection options.
|
static S3CatalogSource.Builder |
builder() |
String |
database()
The database to read from.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the data store.
|
String |
partitionPredicate()
Partitions satisfying this predicate are deleted.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3CatalogSource.Builder> |
serializableBuilderClass() |
String |
table()
The database table to read from.
|
S3CatalogSource.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the data store.
public final String database()
The database to read from.
public final String table()
The database table to read from.
public final String partitionPredicate()
Partitions satisfying this predicate are deleted. Files within the retention period in these partitions are not
deleted. Set to "" – empty by default.
"" – empty by default.public final S3SourceAdditionalOptions additionalOptions()
Specifies additional connection options.
public S3CatalogSource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3CatalogSource.Builder,S3CatalogSource>public static S3CatalogSource.Builder builder()
public static Class<? extends S3CatalogSource.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.