Interface ListRotationsResponse.Builder

    • Method Detail

      • nextToken

        ListRotationsResponse.Builder nextToken​(String nextToken)

        The token for the next set of items to return. Use this token to get the next set of results.

        Parameters:
        nextToken - The token for the next set of items to return. Use this token to get the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rotations

        ListRotationsResponse.Builder rotations​(Collection<Rotation> rotations)

        Information about rotations that meet the filter criteria.

        Parameters:
        rotations - Information about rotations that meet the filter criteria.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rotations

        ListRotationsResponse.Builder rotations​(Rotation... rotations)

        Information about rotations that meet the filter criteria.

        Parameters:
        rotations - Information about rotations that meet the filter criteria.
        Returns:
        Returns a reference to this object so that method calls can be chained together.