public static interface ConnectivityInfo.Builder extends CopyableBuilder<ConnectivityInfo.Builder,ConnectivityInfo>
| Modifier and Type | Method and Description |
|---|---|
ConnectivityInfo.Builder |
hostAddress(String hostAddress)
Endpoint for the GGC.
|
ConnectivityInfo.Builder |
id(String id)
Element Id for this entry in the list.
|
ConnectivityInfo.Builder |
metadata(String metadata)
Metadata for this endpoint.
|
ConnectivityInfo.Builder |
portNumber(Integer portNumber)
Port of the GGC.
|
copyapply, buildConnectivityInfo.Builder hostAddress(String hostAddress)
hostAddress - Endpoint for the GGC. Can be an IP address or DNS.ConnectivityInfo.Builder id(String id)
id - Element Id for this entry in the list.ConnectivityInfo.Builder metadata(String metadata)
metadata - Metadata for this endpoint.ConnectivityInfo.Builder portNumber(Integer portNumber)
portNumber - Port of the GGC. Usually 8883.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.