public static interface Endpoint.Builder extends SdkPojo, 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.
|
Endpoint.Builder |
url(String url)
The URL that applications should use to connect to the endpoint.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, 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.Endpoint.Builder url(String url)
The URL that applications should use to connect to the endpoint. The default ports are 8111 for the "dax" protocol and 9111 for the "daxs" protocol.
url - The URL that applications should use to connect to the endpoint. The default ports are 8111 for the
"dax" protocol and 9111 for the "daxs" protocol.Copyright © 2023. All rights reserved.