@Generated(value="software.amazon.awssdk:codegen") public final class DatabaseIdentifier extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatabaseIdentifier.Builder,DatabaseIdentifier>
A structure that describes a target database for resource linking.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DatabaseIdentifier.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DatabaseIdentifier.Builder |
builder() |
String |
catalogId()
The ID of the Data Catalog in which the database resides.
|
String |
databaseName()
The name of the catalog database.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
region()
Region of the target database.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DatabaseIdentifier.Builder> |
serializableBuilderClass() |
DatabaseIdentifier.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String catalogId()
The ID of the Data Catalog in which the database resides.
public final String databaseName()
The name of the catalog database.
public final String region()
Region of the target database.
public DatabaseIdentifier.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DatabaseIdentifier.Builder,DatabaseIdentifier>public static DatabaseIdentifier.Builder builder()
public static Class<? extends DatabaseIdentifier.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.