Interface ListInstanceFleetsResponse.Builder

    • Method Detail

      • instanceFleets

        ListInstanceFleetsResponse.Builder instanceFleets​(Collection<InstanceFleet> instanceFleets)

        The list of instance fleets for the cluster and given filters.

        Parameters:
        instanceFleets - The list of instance fleets for the cluster and given filters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceFleets

        ListInstanceFleetsResponse.Builder instanceFleets​(InstanceFleet... instanceFleets)

        The list of instance fleets for the cluster and given filters.

        Parameters:
        instanceFleets - The list of instance fleets for the cluster and given filters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • marker

        ListInstanceFleetsResponse.Builder marker​(String marker)

        The pagination token that indicates the next set of results to retrieve.

        Parameters:
        marker - The pagination token that indicates the next set of results to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.