@Generated(value="software.amazon.awssdk:codegen") public final class GovernedCatalogSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GovernedCatalogSource.Builder,GovernedCatalogSource>
Specifies the data store in the governed Glue Data Catalog.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GovernedCatalogSource.Builder |
| Modifier and Type | Method and Description |
|---|---|
S3SourceAdditionalOptions |
additionalOptions()
Specifies additional connection options.
|
static GovernedCatalogSource.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 GovernedCatalogSource.Builder> |
serializableBuilderClass() |
String |
table()
The database table to read from.
|
GovernedCatalogSource.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 GovernedCatalogSource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GovernedCatalogSource.Builder,GovernedCatalogSource>public static GovernedCatalogSource.Builder builder()
public static Class<? extends GovernedCatalogSource.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.