public static interface RelationalDatabaseEndpoint.Builder extends SdkPojo, CopyableBuilder<RelationalDatabaseEndpoint.Builder,RelationalDatabaseEndpoint>
Modifier and Type | Method and Description |
---|---|
RelationalDatabaseEndpoint.Builder |
address(String address)
Specifies the DNS address of the database.
|
RelationalDatabaseEndpoint.Builder |
port(Integer port)
Specifies the port that the database is listening on.
|
copy
applyMutation, build
RelationalDatabaseEndpoint.Builder port(Integer port)
Specifies the port that the database is listening on.
port
- Specifies the port that the database is listening on.RelationalDatabaseEndpoint.Builder address(String address)
Specifies the DNS address of the database.
address
- Specifies the DNS address of the database.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.