Interface ListGroundStationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListGroundStationsResponse.Builder,ListGroundStationsResponse>,GroundStationResponse.Builder,SdkBuilder<ListGroundStationsResponse.Builder,ListGroundStationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListGroundStationsResponse
public static interface ListGroundStationsResponse.Builder extends GroundStationResponse.Builder, SdkPojo, CopyableBuilder<ListGroundStationsResponse.Builder,ListGroundStationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListGroundStationsResponse.BuildergroundStationList(Collection<GroundStationData> groundStationList)List of ground stations.ListGroundStationsResponse.BuildergroundStationList(Consumer<GroundStationData.Builder>... groundStationList)List of ground stations.ListGroundStationsResponse.BuildergroundStationList(GroundStationData... groundStationList)List of ground stations.ListGroundStationsResponse.BuildernextToken(String nextToken)Next token that can be supplied in the next call to get the next page of ground stations.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.groundstation.model.GroundStationResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
groundStationList
ListGroundStationsResponse.Builder groundStationList(Collection<GroundStationData> groundStationList)
List of ground stations.
- Parameters:
groundStationList- List of ground stations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groundStationList
ListGroundStationsResponse.Builder groundStationList(GroundStationData... groundStationList)
List of ground stations.
- Parameters:
groundStationList- List of ground stations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groundStationList
ListGroundStationsResponse.Builder groundStationList(Consumer<GroundStationData.Builder>... groundStationList)
List of ground stations.
This is a convenience method that creates an instance of theGroundStationData.Builderavoiding the need to create one manually viaGroundStationData.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#groundStationList(List.) - Parameters:
groundStationList- a consumer that will call methods onGroundStationData.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#groundStationList(java.util.Collection)
-
nextToken
ListGroundStationsResponse.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.
-
-