Uses of Interface
software.amazon.awssdk.services.rds.model.Endpoint.Builder
Packages that use Endpoint.Builder
-
Uses of Endpoint.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return Endpoint.BuilderModifier and TypeMethodDescriptionSpecifies the DNS address of the DB instance.static Endpoint.BuilderEndpoint.builder()Endpoint.Builder.hostedZoneId(String hostedZoneId) Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.Specifies the port that the database engine is listening on.Endpoint.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type Endpoint.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Endpoint.Builder>Endpoint.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type Endpoint.BuilderModifier and TypeMethodDescriptiondefault 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.