public static interface Endpoint.Builder extends CopyableBuilder<Endpoint.Builder,Endpoint>
| Modifier and Type | Method and Description |
|---|---|
Endpoint.Builder |
address(String address)
The DNS hostname of the endpoint.
|
Endpoint.Builder |
port(Integer port)
The port number that applications should use to connect to the endpoint.
|
copyapply, buildEndpoint.Builder address(String address)
The DNS hostname of the endpoint.
address - The DNS hostname of the endpoint.Endpoint.Builder port(Integer port)
The port number that applications should use to connect to the endpoint.
port - The port number that applications should use to connect to the endpoint.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.