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 method that creates an instance of theGroundStationData.Builder avoiding the need to
create one manually via
GroundStationData.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #groundStationList(List.
groundStationList - a consumer that will call methods on
GroundStationData.Builder#groundStationList(java.util.Collection) 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 © 2023. All rights reserved.