Interface DeleteFleetSuccessItem.Builder

    • Method Detail

      • currentFleetState

        DeleteFleetSuccessItem.Builder currentFleetState​(String currentFleetState)

        The current state of the EC2 Fleet.

        Parameters:
        currentFleetState - The current state of the EC2 Fleet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FleetStateCode, FleetStateCode
      • previousFleetState

        DeleteFleetSuccessItem.Builder previousFleetState​(String previousFleetState)

        The previous state of the EC2 Fleet.

        Parameters:
        previousFleetState - The previous state of the EC2 Fleet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FleetStateCode, FleetStateCode
      • fleetId

        DeleteFleetSuccessItem.Builder fleetId​(String fleetId)

        The ID of the EC2 Fleet.

        Parameters:
        fleetId - The ID of the EC2 Fleet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.