public static interface Endpoint.Builder extends CopyableBuilder<Endpoint.Builder,Endpoint>
| Modifier and Type | Method and Description |
|---|---|
Endpoint.Builder |
address(String address)
Specifies the DNS address of the DB instance.
|
Endpoint.Builder |
hostedZoneId(String hostedZoneId)
Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
|
Endpoint.Builder |
port(Integer port)
Specifies the port that the database engine is listening on.
|
copyapply, buildEndpoint.Builder address(String address)
Specifies the DNS address of the DB instance.
address - Specifies the DNS address of the DB instance.Endpoint.Builder port(Integer port)
Specifies the port that the database engine is listening on.
port - Specifies the port that the database engine is listening on.Endpoint.Builder hostedZoneId(String hostedZoneId)
Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
hostedZoneId - Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.