public static interface Endpoint.Builder extends CopyableBuilder<Endpoint.Builder,Endpoint>
| Modifier and Type | Method and Description |
|---|---|
Endpoint.Builder |
address(String address)
The DNS address of the Cluster.
|
Endpoint.Builder |
port(Integer port)
The port that the database engine is listening on.
|
copyapply, buildEndpoint.Builder address(String address)
The DNS address of the Cluster.
address - The DNS address of the Cluster.Endpoint.Builder port(Integer port)
The port that the database engine is listening on.
port - The port that the database engine is listening on.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.