CopyableBuilder<Endpoint.Builder,Endpoint>
, SdkBuilder<Endpoint.Builder,Endpoint>
public static interface Endpoint.Builder extends CopyableBuilder<Endpoint.Builder,Endpoint>
Modifier and Type | Method | 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.
|
copy
apply, build
Endpoint.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.