Interface CapacityReservationFleetCancellationState.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CapacityReservationFleetCancellationState.Builder,CapacityReservationFleetCancellationState>,SdkBuilder<CapacityReservationFleetCancellationState.Builder,CapacityReservationFleetCancellationState>,SdkPojo
- Enclosing class:
- CapacityReservationFleetCancellationState
@Mutable @NotThreadSafe public static interface CapacityReservationFleetCancellationState.Builder extends SdkPojo, CopyableBuilder<CapacityReservationFleetCancellationState.Builder,CapacityReservationFleetCancellationState>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CapacityReservationFleetCancellationState.BuildercapacityReservationFleetId(String capacityReservationFleetId)The ID of the Capacity Reservation Fleet that was successfully cancelled.CapacityReservationFleetCancellationState.BuildercurrentFleetState(String currentFleetState)The current state of the Capacity Reservation Fleet.CapacityReservationFleetCancellationState.BuildercurrentFleetState(CapacityReservationFleetState currentFleetState)The current state of the Capacity Reservation Fleet.CapacityReservationFleetCancellationState.BuilderpreviousFleetState(String previousFleetState)The previous state of the Capacity Reservation Fleet.CapacityReservationFleetCancellationState.BuilderpreviousFleetState(CapacityReservationFleetState previousFleetState)The previous state of the Capacity Reservation Fleet.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
currentFleetState
CapacityReservationFleetCancellationState.Builder currentFleetState(String 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:
CapacityReservationFleetState,CapacityReservationFleetState
-
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:
CapacityReservationFleetState,CapacityReservationFleetState
-
previousFleetState
CapacityReservationFleetCancellationState.Builder previousFleetState(String 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:
CapacityReservationFleetState,CapacityReservationFleetState
-
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:
CapacityReservationFleetState,CapacityReservationFleetState
-
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.
-
-