Interface ListGroundStationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListGroundStationsRequest.Builder,ListGroundStationsRequest>,GroundStationRequest.Builder,SdkBuilder<ListGroundStationsRequest.Builder,ListGroundStationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListGroundStationsRequest
public static interface ListGroundStationsRequest.Builder extends GroundStationRequest.Builder, SdkPojo, CopyableBuilder<ListGroundStationsRequest.Builder,ListGroundStationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListGroundStationsRequest.BuildermaxResults(Integer maxResults)Maximum number of ground stations returned.ListGroundStationsRequest.BuildernextToken(String nextToken)Next token that can be supplied in the next call to get the next page of ground stations.ListGroundStationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListGroundStationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListGroundStationsRequest.BuildersatelliteId(String satelliteId)Satellite ID to retrieve on-boarded ground stations.-
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
ListGroundStationsRequest.Builder maxResults(Integer maxResults)
Maximum number of ground stations returned.
- Parameters:
maxResults- Maximum number of ground stations returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListGroundStationsRequest.Builder nextToken(String nextToken)
Next token that can be supplied in the next call to get the next page of ground stations.
- Parameters:
nextToken- Next token that can be supplied in the next call to get the next page of ground stations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
satelliteId
ListGroundStationsRequest.Builder satelliteId(String satelliteId)
Satellite ID to retrieve on-boarded ground stations.
- Parameters:
satelliteId- Satellite ID to retrieve on-boarded ground stations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListGroundStationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListGroundStationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-