Interface ListGroundStationReservationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListGroundStationReservationsRequest.Builder,,ListGroundStationReservationsRequest> GroundStationRequest.Builder,SdkBuilder<ListGroundStationReservationsRequest.Builder,,ListGroundStationReservationsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListGroundStationReservationsRequest
@Mutable
@NotThreadSafe
public static interface ListGroundStationReservationsRequest.Builder
extends GroundStationRequest.Builder, SdkPojo, CopyableBuilder<ListGroundStationReservationsRequest.Builder,ListGroundStationReservationsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionEnd time of the reservation window in UTC.groundStationId(String groundStationId) ID of a ground station.maxResults(Integer maxResults) Maximum number of ground station reservations returned.Next token returned in the request of a previousListGroundStationReservationscall.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.reservationTypes(Collection<ReservationType> reservationTypes) Types of reservations to filter by.reservationTypes(ReservationType... reservationTypes) Types of reservations to filter by.reservationTypesWithStrings(String... reservationTypes) Types of reservations to filter by.reservationTypesWithStrings(Collection<String> reservationTypes) Types of reservations to filter by.Start time of the reservation window in UTC.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.groundstation.model.GroundStationRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
groundStationId
ID of a ground station.
- Parameters:
groundStationId- ID of a ground station.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
Start time of the reservation window in UTC.
- Parameters:
startTime- Start time of the reservation window in UTC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
End time of the reservation window in UTC.
- Parameters:
endTime- End time of the reservation window in UTC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reservationTypesWithStrings
ListGroundStationReservationsRequest.Builder reservationTypesWithStrings(Collection<String> reservationTypes) Types of reservations to filter by.
- Parameters:
reservationTypes- Types of reservations to filter by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reservationTypesWithStrings
ListGroundStationReservationsRequest.Builder reservationTypesWithStrings(String... reservationTypes) Types of reservations to filter by.
- Parameters:
reservationTypes- Types of reservations to filter by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reservationTypes
ListGroundStationReservationsRequest.Builder reservationTypes(Collection<ReservationType> reservationTypes) Types of reservations to filter by.
- Parameters:
reservationTypes- Types of reservations to filter by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reservationTypes
Types of reservations to filter by.
- Parameters:
reservationTypes- Types of reservations to filter by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
Maximum number of ground station reservations returned.
- Parameters:
maxResults- Maximum number of ground station reservations returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
Next token returned in the request of a previous
ListGroundStationReservationscall. Used to get the next page of results.- Parameters:
nextToken- Next token returned in the request of a previousListGroundStationReservationscall. Used to get the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListGroundStationReservationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListGroundStationReservationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-