@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic Integer port()
Specifies the port that the database is listening on.
public String address()
Specifies the DNS address of the database.
public RelationalDatabaseEndpoint.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<RelationalDatabaseEndpoint.Builder,RelationalDatabaseEndpoint>public static RelationalDatabaseEndpoint.Builder builder()
public static Class<? extends RelationalDatabaseEndpoint.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.