@Generated(value="software.amazon.awssdk:codegen") public final class RelationalDatabaseEndpoint extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RelationalDatabaseEndpoint.Builder,RelationalDatabaseEndpoint>
Describes an endpoint for a database.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RelationalDatabaseEndpoint.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
address()
Specifies the DNS address of the database.
|
static RelationalDatabaseEndpoint.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
port()
Specifies the port that the database is listening on.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RelationalDatabaseEndpoint.Builder> |
serializableBuilderClass() |
RelationalDatabaseEndpoint.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer port()
Specifies the port that the database is listening on.
public final String address()
Specifies the DNS address of the database.
public RelationalDatabaseEndpoint.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RelationalDatabaseEndpoint.Builder,RelationalDatabaseEndpoint>public static RelationalDatabaseEndpoint.Builder builder()
public static Class<? extends RelationalDatabaseEndpoint.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.