Uses of Interface
software.amazon.awssdk.services.rds.model.Endpoint.Builder
-
Packages that use Endpoint.Builder Package Description software.amazon.awssdk.services.rds.model -
-
Uses of Endpoint.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return Endpoint.Builder Modifier and Type Method Description Endpoint.BuilderEndpoint.Builder. address(String address)Specifies the DNS address of the DB instance.static Endpoint.BuilderEndpoint. builder()Endpoint.BuilderEndpoint.Builder. hostedZoneId(String hostedZoneId)Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.Endpoint.BuilderEndpoint.Builder. port(Integer port)Specifies the port that the database engine is listening on.Endpoint.BuilderEndpoint. toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type Endpoint.Builder Modifier and Type Method Description static Class<? extends Endpoint.Builder>Endpoint. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type Endpoint.Builder Modifier and Type Method Description default DBInstance.BuilderDBInstance.Builder. endpoint(Consumer<Endpoint.Builder> endpoint)The connection endpoint for the DB instance.default DBInstance.BuilderDBInstance.Builder. listenerEndpoint(Consumer<Endpoint.Builder> listenerEndpoint)The listener connection endpoint for SQL Server Always On.
-