public static interface ConnectivityInfo.Builder extends SdkPojo, CopyableBuilder<ConnectivityInfo.Builder,ConnectivityInfo>
Modifier and Type | Method and Description |
---|---|
ConnectivityInfo.Builder |
hostAddress(String hostAddress)
The endpoint for the Greengrass core.
|
ConnectivityInfo.Builder |
id(String id)
The ID of the connectivity information.
|
ConnectivityInfo.Builder |
metadata(String metadata)
Metadata for this endpoint.
|
ConnectivityInfo.Builder |
portNumber(Integer portNumber)
The port of the Greengrass core.
|
copy
applyMutation, build
ConnectivityInfo.Builder hostAddress(String hostAddress)
hostAddress
- The endpoint for the Greengrass core. Can be an IP address or DNS.ConnectivityInfo.Builder id(String id)
id
- The ID of the connectivity information.ConnectivityInfo.Builder metadata(String metadata)
metadata
- Metadata for this endpoint.ConnectivityInfo.Builder portNumber(Integer portNumber)
portNumber
- The port of the Greengrass core. Usually 8883.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.