Interface ListRotationShiftsResponse.Builder

    • Method Detail

      • rotationShifts

        ListRotationShiftsResponse.Builder rotationShifts​(Collection<RotationShift> rotationShifts)

        Information about shifts that meet the filter criteria.

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

        ListRotationShiftsResponse.Builder rotationShifts​(RotationShift... rotationShifts)

        Information about shifts that meet the filter criteria.

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

        ListRotationShiftsResponse.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.