@Generated(value="software.amazon.awssdk:codegen") public final class MicrosoftSQLServerCatalogSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MicrosoftSQLServerCatalogSource.Builder,MicrosoftSQLServerCatalogSource>
Specifies a Microsoft SQL server data source in the Glue Data Catalog.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MicrosoftSQLServerCatalogSource.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MicrosoftSQLServerCatalogSource.Builder |
builder() |
String |
database()
The name of 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 source.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MicrosoftSQLServerCatalogSource.Builder> |
serializableBuilderClass() |
String |
table()
The name of the table in the database to read from.
|
MicrosoftSQLServerCatalogSource.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 source.
public final String database()
The name of the database to read from.
public final String table()
The name of the table in the database to read from.
public MicrosoftSQLServerCatalogSource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MicrosoftSQLServerCatalogSource.Builder,MicrosoftSQLServerCatalogSource>public static MicrosoftSQLServerCatalogSource.Builder builder()
public static Class<? extends MicrosoftSQLServerCatalogSource.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.