Interface ListSatellitesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListSatellitesRequest.Builder,ListSatellitesRequest>,GroundStationRequest.Builder,SdkBuilder<ListSatellitesRequest.Builder,ListSatellitesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListSatellitesRequest
public static interface ListSatellitesRequest.Builder extends GroundStationRequest.Builder, SdkPojo, CopyableBuilder<ListSatellitesRequest.Builder,ListSatellitesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSatellitesRequest.BuildermaxResults(Integer maxResults)Maximum number of satellites returned.ListSatellitesRequest.BuildernextToken(String nextToken)Next token that can be supplied in the next call to get the next page of satellites.ListSatellitesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSatellitesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.groundstation.model.GroundStationRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListSatellitesRequest.Builder maxResults(Integer maxResults)
Maximum number of satellites returned.
- Parameters:
maxResults- Maximum number of satellites returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListSatellitesRequest.Builder nextToken(String nextToken)
Next token that can be supplied in the next call to get the next page of satellites.
- Parameters:
nextToken- Next token that can be supplied in the next call to get the next page of satellites.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSatellitesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListSatellitesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-