public static interface ListSatellitesRequest.Builder extends GroundStationRequest.Builder, SdkPojo, CopyableBuilder<ListSatellitesRequest.Builder,ListSatellitesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSatellitesRequest.Builder |
maxResults(Integer maxResults)
Maximum number of satellites returned.
|
ListSatellitesRequest.Builder |
nextToken(String nextToken)
Next token that can be supplied in the next call to get the next page of satellites.
|
ListSatellitesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSatellitesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSatellitesRequest.Builder maxResults(Integer maxResults)
Maximum number of satellites returned.
maxResults - Maximum number of satellites returned.ListSatellitesRequest.Builder nextToken(String nextToken)
Next token that can be supplied in the next call to get the next page of satellites.
nextToken - Next token that can be supplied in the next call to get the next page of satellites.ListSatellitesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSatellitesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.