Uses of Interface
software.amazon.awssdk.services.lightsail.model.RelationalDatabaseEndpoint.Builder
-
Packages that use RelationalDatabaseEndpoint.Builder Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of RelationalDatabaseEndpoint.Builder in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return RelationalDatabaseEndpoint.Builder Modifier and Type Method Description RelationalDatabaseEndpoint.BuilderRelationalDatabaseEndpoint.Builder. address(String address)Specifies the DNS address of the database.static RelationalDatabaseEndpoint.BuilderRelationalDatabaseEndpoint. builder()RelationalDatabaseEndpoint.BuilderRelationalDatabaseEndpoint.Builder. port(Integer port)Specifies the port that the database is listening on.RelationalDatabaseEndpoint.BuilderRelationalDatabaseEndpoint. toBuilder()Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type RelationalDatabaseEndpoint.Builder Modifier and Type Method Description static Class<? extends RelationalDatabaseEndpoint.Builder>RelationalDatabaseEndpoint. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type RelationalDatabaseEndpoint.Builder Modifier and Type Method Description default RelationalDatabase.BuilderRelationalDatabase.Builder. masterEndpoint(Consumer<RelationalDatabaseEndpoint.Builder> masterEndpoint)The master endpoint for the database.
-