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