public static interface GetSatelliteResponse.Builder extends GroundStationResponse.Builder, SdkPojo, CopyableBuilder<GetSatelliteResponse.Builder,GetSatelliteResponse>
| Modifier and Type | Method and Description |
|---|---|
GetSatelliteResponse.Builder |
groundStations(Collection<String> groundStations)
A list of ground stations to which the satellite is on-boarded.
|
GetSatelliteResponse.Builder |
groundStations(String... groundStations)
A list of ground stations to which the satellite is on-boarded.
|
GetSatelliteResponse.Builder |
noradSatelliteID(Integer noradSatelliteID)
NORAD satellite ID number.
|
GetSatelliteResponse.Builder |
satelliteArn(String satelliteArn)
ARN of a satellite.
|
GetSatelliteResponse.Builder |
satelliteId(String satelliteId)
UUID of a satellite.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSatelliteResponse.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.GetSatelliteResponse.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.GetSatelliteResponse.Builder noradSatelliteID(Integer noradSatelliteID)
NORAD satellite ID number.
noradSatelliteID - NORAD satellite ID number.GetSatelliteResponse.Builder satelliteArn(String satelliteArn)
ARN of a satellite.
satelliteArn - ARN of a satellite.GetSatelliteResponse.Builder satelliteId(String satelliteId)
UUID of a satellite.
satelliteId - UUID of a satellite.Copyright © 2021. All rights reserved.