public static interface SatelliteListItem.Builder extends SdkPojo, CopyableBuilder<SatelliteListItem.Builder,SatelliteListItem>
| Modifier and Type | Method and Description |
|---|---|
SatelliteListItem.Builder |
groundStations(Collection<String> groundStations)
A list of ground stations to which the satellite is on-boarded.
|
SatelliteListItem.Builder |
groundStations(String... groundStations)
A list of ground stations to which the satellite is on-boarded.
|
SatelliteListItem.Builder |
noradSatelliteID(Integer noradSatelliteID)
NORAD satellite ID number.
|
SatelliteListItem.Builder |
satelliteArn(String satelliteArn)
ARN of a satellite.
|
SatelliteListItem.Builder |
satelliteId(String satelliteId)
UUID of a satellite.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSatelliteListItem.Builder groundStations(Collection<String> groundStations)
A list of ground stations to which the satellite is on-boarded.
groundStations - A list of ground stations to which the satellite is on-boarded.SatelliteListItem.Builder groundStations(String... groundStations)
A list of ground stations to which the satellite is on-boarded.
groundStations - A list of ground stations to which the satellite is on-boarded.SatelliteListItem.Builder noradSatelliteID(Integer noradSatelliteID)
NORAD satellite ID number.
noradSatelliteID - NORAD satellite ID number.SatelliteListItem.Builder satelliteArn(String satelliteArn)
ARN of a satellite.
satelliteArn - ARN of a satellite.SatelliteListItem.Builder satelliteId(String satelliteId)
UUID of a satellite.
satelliteId - UUID of a satellite.Copyright © 2021. All rights reserved.