Interface CapacityReservationFleetCancellationState.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CapacityReservationFleetCancellationState.Builder,,CapacityReservationFleetCancellationState> SdkBuilder<CapacityReservationFleetCancellationState.Builder,,CapacityReservationFleetCancellationState> SdkPojo
- Enclosing class:
CapacityReservationFleetCancellationState
public static interface CapacityReservationFleetCancellationState.Builder
extends SdkPojo, CopyableBuilder<CapacityReservationFleetCancellationState.Builder,CapacityReservationFleetCancellationState>
-
Method Summary
Modifier and TypeMethodDescriptioncapacityReservationFleetId(String capacityReservationFleetId) The ID of the Capacity Reservation Fleet that was successfully cancelled.currentFleetState(String currentFleetState) The current state of the Capacity Reservation Fleet.currentFleetState(CapacityReservationFleetState currentFleetState) The current state of the Capacity Reservation Fleet.previousFleetState(String previousFleetState) The previous state of the Capacity Reservation Fleet.previousFleetState(CapacityReservationFleetState previousFleetState) The previous state of the Capacity Reservation Fleet.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
currentFleetState
The current state of the Capacity Reservation Fleet.
- Parameters:
currentFleetState- The current state of the Capacity Reservation Fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
currentFleetState
CapacityReservationFleetCancellationState.Builder currentFleetState(CapacityReservationFleetState currentFleetState) The current state of the Capacity Reservation Fleet.
- Parameters:
currentFleetState- The current state of the Capacity Reservation Fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
previousFleetState
The previous state of the Capacity Reservation Fleet.
- Parameters:
previousFleetState- The previous state of the Capacity Reservation Fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
previousFleetState
CapacityReservationFleetCancellationState.Builder previousFleetState(CapacityReservationFleetState previousFleetState) The previous state of the Capacity Reservation Fleet.
- Parameters:
previousFleetState- The previous state of the Capacity Reservation Fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
capacityReservationFleetId
CapacityReservationFleetCancellationState.Builder capacityReservationFleetId(String capacityReservationFleetId) The ID of the Capacity Reservation Fleet that was successfully cancelled.
- Parameters:
capacityReservationFleetId- The ID of the Capacity Reservation Fleet that was successfully cancelled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-