CopyableBuilder<ListServerNeighborsResponse.Builder,ListServerNeighborsResponse>
, SdkBuilder<ListServerNeighborsResponse.Builder,ListServerNeighborsResponse>
public static interface ListServerNeighborsResponse.Builder extends CopyableBuilder<ListServerNeighborsResponse.Builder,ListServerNeighborsResponse>
Modifier and Type | Method | Description |
---|---|---|
ListServerNeighborsResponse.Builder |
knownDependencyCount(Long knownDependencyCount) |
Count of distinct servers that are one hop away from the given server.
|
ListServerNeighborsResponse.Builder |
neighbors(Collection<NeighborConnectionDetail> neighbors) |
List of distinct servers that are one hop away from the given server.
|
ListServerNeighborsResponse.Builder |
neighbors(NeighborConnectionDetail... neighbors) |
List of distinct servers that are one hop away from the given server.
|
ListServerNeighborsResponse.Builder |
nextToken(String nextToken) |
Token to retrieve the next set of results.
|
copy
apply, build
ListServerNeighborsResponse.Builder neighbors(Collection<NeighborConnectionDetail> neighbors)
List of distinct servers that are one hop away from the given server.
neighbors
- List of distinct servers that are one hop away from the given server.ListServerNeighborsResponse.Builder neighbors(NeighborConnectionDetail... neighbors)
List of distinct servers that are one hop away from the given server.
NOTE: This method appends the values to the existing list (if any). Use
#setNeighbors(java.util.Collection)
or #withNeighbors(java.util.Collection)
if you want to
override the existing values.
neighbors
- List of distinct servers that are one hop away from the given server.ListServerNeighborsResponse.Builder nextToken(String nextToken)
Token to retrieve the next set of results. For example, if you specified 100 IDs for
ListServerNeighborsRequest$neighborConfigurationIds
but set
ListServerNeighborsRequest$maxResults
to 10, you received a set of 10 results along with this
token. Use this token in the next query to retrieve the next set of 10.
nextToken
- Token to retrieve the next set of results. For example, if you specified 100 IDs for
ListServerNeighborsRequest$neighborConfigurationIds
but set
ListServerNeighborsRequest$maxResults
to 10, you received a set of 10 results along with
this token. Use this token in the next query to retrieve the next set of 10.ListServerNeighborsResponse.Builder knownDependencyCount(Long knownDependencyCount)
Count of distinct servers that are one hop away from the given server.
knownDependencyCount
- Count of distinct servers that are one hop away from the given server.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.