public static interface ListGroundStationsResponse.Builder extends GroundStationResponse.Builder, SdkPojo, CopyableBuilder<ListGroundStationsResponse.Builder,ListGroundStationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListGroundStationsResponse.Builder |
groundStationList(Collection<GroundStationData> groundStationList)
List of ground stations.
|
ListGroundStationsResponse.Builder |
groundStationList(Consumer<GroundStationData.Builder>... groundStationList)
List of ground stations.
|
ListGroundStationsResponse.Builder |
groundStationList(GroundStationData... groundStationList)
List of ground stations.
|
ListGroundStationsResponse.Builder |
nextToken(String nextToken)
Next token that can be supplied in the next call to get the next page of ground stations.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListGroundStationsResponse.Builder groundStationList(Collection<GroundStationData> groundStationList)
List of ground stations.
groundStationList - List of ground stations.ListGroundStationsResponse.Builder groundStationList(GroundStationData... groundStationList)
List of ground stations.
groundStationList - List of ground stations.ListGroundStationsResponse.Builder groundStationList(Consumer<GroundStationData.Builder>... groundStationList)
List of ground stations.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #groundStationList(List) .groundStationList - a consumer that will call methods on List.Builder #groundStationList(List) ListGroundStationsResponse.Builder nextToken(String nextToken)
Next token that can be supplied in the next call to get the next page of ground stations.
nextToken - Next token that can be supplied in the next call to get the next page of ground stations.Copyright © 2021. All rights reserved.