Interface DeleteFleetsResponse.Builder

    • Method Detail

      • successfulFleetDeletions

        DeleteFleetsResponse.Builder successfulFleetDeletions​(Collection<DeleteFleetSuccessItem> successfulFleetDeletions)

        Information about the EC2 Fleets that are successfully deleted.

        Parameters:
        successfulFleetDeletions - Information about the EC2 Fleets that are successfully deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • successfulFleetDeletions

        DeleteFleetsResponse.Builder successfulFleetDeletions​(DeleteFleetSuccessItem... successfulFleetDeletions)

        Information about the EC2 Fleets that are successfully deleted.

        Parameters:
        successfulFleetDeletions - Information about the EC2 Fleets that are successfully deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unsuccessfulFleetDeletions

        DeleteFleetsResponse.Builder unsuccessfulFleetDeletions​(Collection<DeleteFleetErrorItem> unsuccessfulFleetDeletions)

        Information about the EC2 Fleets that are not successfully deleted.

        Parameters:
        unsuccessfulFleetDeletions - Information about the EC2 Fleets that are not successfully deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unsuccessfulFleetDeletions

        DeleteFleetsResponse.Builder unsuccessfulFleetDeletions​(DeleteFleetErrorItem... unsuccessfulFleetDeletions)

        Information about the EC2 Fleets that are not successfully deleted.

        Parameters:
        unsuccessfulFleetDeletions - Information about the EC2 Fleets that are not successfully deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.