Interface ListFlywheelsResponse.Builder

    • Method Detail

      • flywheelSummaryList

        ListFlywheelsResponse.Builder flywheelSummaryList​(Collection<FlywheelSummary> flywheelSummaryList)

        A list of flywheel properties retrieved by the service in response to the request.

        Parameters:
        flywheelSummaryList - A list of flywheel properties retrieved by the service in response to the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • flywheelSummaryList

        ListFlywheelsResponse.Builder flywheelSummaryList​(FlywheelSummary... flywheelSummaryList)

        A list of flywheel properties retrieved by the service in response to the request.

        Parameters:
        flywheelSummaryList - A list of flywheel properties retrieved by the service in response to the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListFlywheelsResponse.Builder nextToken​(String nextToken)

        Identifies the next page of results to return.

        Parameters:
        nextToken - Identifies the next page of results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.