Interface ListGroundStationReservationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListGroundStationReservationsResponse.Builder,,ListGroundStationReservationsResponse> GroundStationResponse.Builder,SdkBuilder<ListGroundStationReservationsResponse.Builder,,ListGroundStationReservationsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListGroundStationReservationsResponse
@Mutable
@NotThreadSafe
public static interface ListGroundStationReservationsResponse.Builder
extends GroundStationResponse.Builder, SdkPojo, CopyableBuilder<ListGroundStationReservationsResponse.Builder,ListGroundStationReservationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionNext token to be used in a subsequentListGroundStationReservationscall to retrieve the next page of results.reservationList(Collection<GroundStationReservationListItem> reservationList) List of ground station reservations.reservationList(Consumer<GroundStationReservationListItem.Builder>... reservationList) List of ground station reservations.reservationList(GroundStationReservationListItem... reservationList) List of ground station reservations.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.groundstation.model.GroundStationResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
reservationList
ListGroundStationReservationsResponse.Builder reservationList(Collection<GroundStationReservationListItem> reservationList) List of ground station reservations.
- Parameters:
reservationList- List of ground station reservations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reservationList
ListGroundStationReservationsResponse.Builder reservationList(GroundStationReservationListItem... reservationList) List of ground station reservations.
- Parameters:
reservationList- List of ground station reservations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reservationList
ListGroundStationReservationsResponse.Builder reservationList(Consumer<GroundStationReservationListItem.Builder>... reservationList) List of ground station reservations.
This is a convenience method that creates an instance of theGroundStationReservationListItem.Builderavoiding the need to create one manually viaGroundStationReservationListItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toreservationList(List<GroundStationReservationListItem>).- Parameters:
reservationList- a consumer that will call methods onGroundStationReservationListItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
Next token to be used in a subsequent
ListGroundStationReservationscall to retrieve the next page of results.- Parameters:
nextToken- Next token to be used in a subsequentListGroundStationReservationscall to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-