public static interface ListGroundStationsRequest.Builder extends GroundStationRequest.Builder, SdkPojo, CopyableBuilder<ListGroundStationsRequest.Builder,ListGroundStationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListGroundStationsRequest.Builder |
maxResults(Integer maxResults)
Maximum number of ground stations returned.
|
ListGroundStationsRequest.Builder |
nextToken(String nextToken)
Next token that can be supplied in the next call to get the next page of ground stations.
|
ListGroundStationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListGroundStationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListGroundStationsRequest.Builder |
satelliteId(String satelliteId)
Satellite ID to retrieve on-boarded ground stations.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListGroundStationsRequest.Builder maxResults(Integer maxResults)
Maximum number of ground stations returned.
maxResults - Maximum number of ground stations returned.ListGroundStationsRequest.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.ListGroundStationsRequest.Builder satelliteId(String satelliteId)
Satellite ID to retrieve on-boarded ground stations.
satelliteId - Satellite ID to retrieve on-boarded ground stations.ListGroundStationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListGroundStationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.