Class RelationalDatabaseEndpoint
- java.lang.Object
-
- software.amazon.awssdk.services.lightsail.model.RelationalDatabaseEndpoint
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RelationalDatabaseEndpoint.Builder,RelationalDatabaseEndpoint>
@Generated("software.amazon.awssdk:codegen") public final class RelationalDatabaseEndpoint extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RelationalDatabaseEndpoint.Builder,RelationalDatabaseEndpoint>
Describes an endpoint for a database.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRelationalDatabaseEndpoint.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringaddress()Specifies the DNS address of the database.static RelationalDatabaseEndpoint.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Integerport()Specifies the port that the database is listening on.List<SdkField<?>>sdkFields()static Class<? extends RelationalDatabaseEndpoint.Builder>serializableBuilderClass()RelationalDatabaseEndpoint.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
port
public final Integer port()
Specifies the port that the database is listening on.
- Returns:
- Specifies the port that the database is listening on.
-
address
public final String address()
Specifies the DNS address of the database.
- Returns:
- Specifies the DNS address of the database.
-
toBuilder
public RelationalDatabaseEndpoint.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RelationalDatabaseEndpoint.Builder,RelationalDatabaseEndpoint>
-
builder
public static RelationalDatabaseEndpoint.Builder builder()
-
serializableBuilderClass
public static Class<? extends RelationalDatabaseEndpoint.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-