Interface ListWorkerFleetsResponse.Builder

    • Method Detail

      • nextToken

        ListWorkerFleetsResponse.Builder nextToken​(String nextToken)
        Sets the value of the NextToken property for this object.
        Parameters:
        nextToken - The new value for the NextToken property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workerFleets

        ListWorkerFleetsResponse.Builder workerFleets​(Collection<WorkerFleet> workerFleets)
        Sets the value of the WorkerFleets property for this object.
        Parameters:
        workerFleets - The new value for the WorkerFleets property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workerFleets

        ListWorkerFleetsResponse.Builder workerFleets​(WorkerFleet... workerFleets)
        Sets the value of the WorkerFleets property for this object.
        Parameters:
        workerFleets - The new value for the WorkerFleets property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.